An open API service indexing awesome lists of open source software.

https://github.com/abe-101/thinkpython2

Personal solutions to most of the exercises of the book: Think Python, 2nd edition by Allen B. Downey
https://github.com/abe-101/thinkpython2

Last synced: 4 months ago
JSON representation

Personal solutions to most of the exercises of the book: Think Python, 2nd edition by Allen B. Downey

Awesome Lists containing this project

README

          

# ThinkPython2
Personal solutions to most of the exercises (hopefully) of the book: **Think Python, 2nd edition by Allen B. Downey**

The solutions to some of the exercises are already provided by the author and in such cases I don't upload mine, or if I do, they will be pretty much a copy of the author's.

You can download the PDF of the book at [Green Tea Press](https://greenteapress.com/wp/think-python-2e/ "Green Tea Press") or buy a printed copy at [O'Reilly Media](https://www.oreilly.com/library/view/think-python-2nd/9781491939406/ "O'Reilly Media").

Author's Github: [Allen B. Downey](https://github.com/AllenDowney/ThinkPython2)

### Note
Some exercises are very hard and hopefully I came up with the right solutions, but I am sure many of them can be refactored.

This is still an ongoing project as of April 2021.