From de855329fa28e37f59b2f6c0f00f387f0b13e614 Mon Sep 17 00:00:00 2001 From: loudercake <67078021+loudercake@users.noreply.github.com> Date: Fri, 4 Nov 2022 14:31:18 -0300 Subject: [PATCH] add Hands-on Python 3 Tutorial (#9181) * add Hands-on Python 3 Tutorial * Remove "Dr." honorification Co-authored-by: Sharan J <50091666+shrn01@users.noreply.github.com> Co-authored-by: Sharan J <50091666+shrn01@users.noreply.github.com> --- 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 2bc0da188..853c0df09 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1938,6 +1938,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Google's Python Style Guide](https://google.github.io/styleguide/pyguide.html) * [Hadoop with Python](https://www.oreilly.com/learning/hadoop-with-python) - Zachary Radtka, Donald Miner * [Hands-On Natural Language Processing with Python](https://www.packtpub.com/free-ebook/hands-on-natural-language-processing-with-python/9781789139495) - Rajesh Arumugam, Rajalingappaa Shanmugamani (Packt account *required*) +* [Hands-on Python 3 Tutorial](https://anh.cs.luc.edu/handsonPythonTutorial) - Andrew N. Harrington (HTML) * [Hitchhiker's Guide to Python!](http://docs.python-guide.org/en/latest/) (2.6) * [How to Code in Python 3](https://assets.digitalocean.com/books/python/how-to-code-in-python.pdf) - Lisa Tagliaferri (PDF) * [How to Make Mistakes in Python](http://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.pdf) - Mike Pirnat (PDF) (1st edition)