From 493aad5e46e5fed79d0f99da0349af0fbe68d355 Mon Sep 17 00:00:00 2001 From: Pratyush Patwa Date: Sat, 31 Oct 2020 04:55:35 +0530 Subject: [PATCH] Added Python Crash Course Cheatsheet (#4953) * Added Python Crash Course Cheatsheet(#4952) Added Python Crash Course Cheatsheet * Update free-programming-cheatsheets.md --- free-programming-cheatsheets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index dd1f92d0..51123e52 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -99,6 +99,7 @@ ### Python * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Ĺ orn (HTML) +* [Python Crach Course Cheatsheet](https://ehmatthes.github.io/pcc/cheatsheets/README.html) - Eric Matthes (HTML) * [Python for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image) * [Python Regex Cheatsheet](https://www.debuggex.com/cheatsheet/regex/python) - Debuggex (HTML) * [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python) -- GitLab