From 27e0fa676dea8996792ff8f428b421ae1cae997e Mon Sep 17 00:00:00 2001 From: Adhiraj Date: Sun, 3 Oct 2021 02:01:14 +0530 Subject: [PATCH] added Learn Python the Right Way (#5747) --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index d0f69fb4..04f31eb8 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1785,6 +1785,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Invent Your Own Computer Games With Python](https://inventwithpython.com/invent4thed/) - Al Sweigart (3.4) * [Learn Python, Break Python](http://learnpythonbreakpython.com) * [Learn Python Programming, Second Edition](https://www.packtpub.com/free-ebooks/learn-python-programming-second-edition) - Fabrizio Romano (Packt account *required*) +* [Learn Python the Right Way](https://learnpythontherightway.com) * [Learn to Program Using Python](https://www.ida.liu.se/~732A47/literature/PythonBook.pdf) - Cody Jackson (PDF) * [Learning to Program](http://www.alan-g.me.uk) * [Lectures on scientific computing with python](https://github.com/jrjohansson/scientific-python-lectures) - J.R. Johansson (2.7)