diff --git a/_sources/index.md b/_sources/index.md index 9bef092..7087805 100644 --- a/_sources/index.md +++ b/_sources/index.md @@ -1,7 +1,5 @@ # Think Python, 3rd edition - - *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/). @@ -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). + + 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. diff --git a/index.html b/index.html index 07ece38..da5b344 100644 --- a/index.html +++ b/index.html @@ -375,12 +375,12 @@
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.
You can order print and ebook versions of Think Python 3e from Bookshop.org and Amazon.
+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.