Think Python, 3rd Edition
allendowney.github.io
Think Python, 3rd Edition
1–10 of 126 posts
Re: Think Python, 3rd Edition
#2Now it's actually happening. :D Even better, he's taken it further by adding cool tools such as a Jupyter-based turtle that shows inline graphics in the notebooks. I strongly suspect this will turn out to be the best way to learn Python programming when it's released.
Oh and I just remembered, we even showed a proof-of-concept of converting some of the 2nd edition of this book into nbdev notebooks: https://github.com/fastai/nbdev_cards/blob/master/01_deck.ip... . That notebook is rendered as this HTML: https://fastai.github.io/nbdev_cards/deck.html
Re: Think Python, 3rd Edition
#3Will definitely keep my eye on this.
Re: Think Python, 3rd Edition
#4Re: Think Python, 3rd Edition
#5Re: Think Python, 3rd Edition
#6Re: Think Python, 3rd Edition
#7Tangential, is there a book to learn typing? I feel I need a hefty book to learn typing. Don't mind if you recommend a Typescript book or other language with similar concepts.
This is a comprehensive resource that I use as a reference. Happy reading!
Re: Think Python, 3rd Edition
#8Tangential, is there a book to learn typing? I feel I need a hefty book to learn typing. Don't mind if you recommend a Typescript book or other language with similar concepts.
Re: Think Python, 3rd Edition
#9Tangential, is there a book to learn typing? I feel I need a hefty book to learn typing. Don't mind if you recommend a Typescript book or other language with similar concepts.
Typescript might be nice because of how it’s a gradual typing system, just try and do a bit more and more with it as you go.
Re: Think Python, 3rd Edition
#10This book gets overlooked in favor of other ones such as Python Crash Course but I really enjoyed reading through Think Python 2e and will read through this version as well. Check out the rest of his books on Green Tea Press.