From 4d3cefb10f53cad0eedebdc2a91a5056755b2bd2 Mon Sep 17 00:00:00 2001 From: Yeren Kalibek Date: Tue, 13 Oct 2020 20:04:27 +0600 Subject: [PATCH] feat: add link for "python 101" e-book (#4023) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index cefd995b..e531c4b9 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2296,6 +2296,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Problem Solving with Algorithms and Data Structures using Python](http://interactivepython.org/runestone/static/pythonds/index.html) - Bradley N. Miller and David L. Ranum * [Program Arcade Games With Python And Pygame](http://programarcadegames.com) (3.3) * [Programming Computer Vision with Python](http://programmingcomputervision.com/downloads/ProgrammingComputerVision_CCdraft.pdf) (PDF) +* [Python 101](https://python101.pythonlibrary.org) - Michael Driscoll (HTML, TEXT) * [Python 2 Official Documentation](https://docs.python.org/2/download.html) (PDF, HTML, TEXT) (2.x) * [Python 2.7 quick reference](https://web.archive.org/web/20171013204449/http://infohost.nmt.edu/tcc/help/pubs/python27/python27.pdf) - John W. Shipman (PDF) (2.7) * [Python 3 Official Documentation](https://docs.python.org/3/download.html) (PDF, EPUB, HTML, TEXT) (3.x)