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
- Host: GitHub
- URL: https://github.com/abe-101/thinkpython2
- Owner: abe-101
- Created: 2021-12-16T17:23:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T17:44:18.000Z (over 4 years ago)
- Last Synced: 2025-07-19T14:24:29.963Z (11 months ago)
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.