From 895b5617d2dbeb5476c2f999c0ba872c531ad8cd Mon Sep 17 00:00:00 2001 From: psungchan Date: Mon, 26 Nov 2018 21:37:35 -0800 Subject: [PATCH] Added a link to a list of free resources (#23033) --- guide/english/book-recommendations/python/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/book-recommendations/python/index.md b/guide/english/book-recommendations/python/index.md index c2c615a9e5..b1e3bee2c5 100644 --- a/guide/english/book-recommendations/python/index.md +++ b/guide/english/book-recommendations/python/index.md @@ -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!