Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a link to a list of free resources #23033

Merged
merged 2 commits into from Nov 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion guide/english/book-recommendations/python/index.md
Expand Up @@ -120,6 +120,7 @@ A great book for people willing to test their knowledge in Python by creating ga
- [How to think like a Computer Scientist by Allen Downey[V 2.0.17] [FREE]](https://greenteapress.com/thinkpython/thinkpython.pdf)
- [A Byte of Python[FREE]](https://python.swaroopch.com)
- [A Practical Introduction to Python Programming by Brian Heinold in [PDF]](https://www.brianheinold.net/python/A_Practical_Introduction_to_Python_Programming_Heinold.pdf) [or in HTML format](https://www.brianheinold.net/python/python_book.html#chapter_forloops)
- [Automate the Boring Stuff with Python [FREE]](https://automatetheboringstuff.com)
- [Automate the Boring Stuff with Python [FREE]](https://automatetheboringstuff.com)
- [List of Free Resources](https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#python)

Please feel free to add more that you have found useful!