1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-26 13:26:28 +00:00

Added Comprehensive Python Cheatsheet to the Python section (#3645)

This commit is contained in:
Jure Šorn 2020-06-28 03:58:47 +02:00 committed by GitHub
parent dbe513acdd
commit b32d9e392e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2206,6 +2206,7 @@ Kerridge (PDF) (email address *requested*, not required)
* [Code Like a Pythonista: Idiomatic Python](https://web.archive.org/web/20180411011411/http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html) - David Goodger
* [CodeCademy Python](https://www.codecademy.com/learn/python)
* [Composing Programs](http://composingprograms.com) (3.x)
* [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Šorn (HTML) (3.7)
* [Cracking Codes with Python](http://inventwithpython.com/cracking/) - Al Sweigart
* [Data Structures and Algorithms in Python](https://web.archive.org/web/20161016153130/http://www.brpreiss.com/books/opus7/html/book.html) - B. R. Preiss (PDF)
* [Dive into Python 3](https://diveintopython3.problemsolving.io) - Mark Pilgrim (3.0)