Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney committed Sep 4, 2024
1 parent fc7eec3 commit e2038ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _sources/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Think Python, 3rd edition

<img width="250" src="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg" style="float: right; margin-left: 10px;">

*Think Python* is an introduction to Python for people who have never programmed before -- or for people who have tried and had a hard time.

[Here is the landing page for the book at Green Tea Press](https://greenteapress.com/wp/think-python-3rd-edition/).
Expand All @@ -10,6 +8,8 @@ You can order print and ebook versions of *Think Python 3e* from
[Bookshop.org](https://bookshop.org/a/98697/9781098155438) and
[Amazon](https://www.amazon.com/_/dp/1098155432?smid=ATVPDKIKX0DER&_encoding=UTF8&tag=oreilly20-20&_encoding=UTF8&tag=greenteapre01-20&linkCode=ur2&linkId=e2a529f94920295d27ec8a06e757dc7c&camp=1789&creative=9325).

<img width="250" src="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg" style="float: right; margin-left: 10px;">

For the third edition, the biggest changes are:

* The book is now entirely in Jupyter notebooks, so you can read the text, run the code, and work on the exercises -- all in one place. Using the links below, you can run the notebooks on Colab, so you don't have to install anything to get started.
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,12 @@ <h2> Contents </h2>

<section id="think-python-3rd-edition">
<h1>Think Python, 3rd edition<a class="headerlink" href="#think-python-3rd-edition" title="Link to this heading">#</a></h1>
<a class="reference internal image-reference" href="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg"><img alt="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg" src="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg" style="width: 250px;" /></a>
<p><em>Think Python</em> is an introduction to Python for people who have never programmed before – or for people who have tried and had a hard time.</p>
<p><a class="reference external" href="https://greenteapress.com/wp/think-python-3rd-edition/">Here is the landing page for the book at Green Tea Press</a>.</p>
<p>You can order print and ebook versions of <em>Think Python 3e</em> from
<a class="reference external" href="https://bookshop.org/a/98697/9781098155438">Bookshop.org</a> and
<a class="reference external" href="https://www.amazon.com/_/dp/1098155432?smid=ATVPDKIKX0DER&amp;amp;_encoding=UTF8&amp;amp;tag=oreilly20-20&amp;amp;_encoding=UTF8&amp;amp;tag=greenteapre01-20&amp;amp;linkCode=ur2&amp;amp;linkId=e2a529f94920295d27ec8a06e757dc7c&amp;amp;camp=1789&amp;amp;creative=9325">Amazon</a>.</p>
<a class="reference internal image-reference" href="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg"><img alt="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg" src="https://raw.githubusercontent.com/AllenDowney/ThinkPython/v3/think_python_3e.jpg" style="width: 250px;" /></a>
<p>For the third edition, the biggest changes are:</p>
<ul class="simple">
<li><p>The book is now entirely in Jupyter notebooks, so you can read the text, run the code, and work on the exercises – all in one place. Using the links below, you can run the notebooks on Colab, so you don’t have to install anything to get started.</p></li>
Expand Down

0 comments on commit e2038ea

Please sign in to comment.