From 029a151ebf519b8df8ba95a7a67f96326e17cbdc Mon Sep 17 00:00:00 2001 From: Guilherme Bordotti Date: Fri, 13 Nov 2020 18:17:45 -0300 Subject: [PATCH] Including cheatsheet for python (#4943) * Including cheatsheet for python * alphabetize Co-authored-by: Eric Hellman --- free-programming-cheatsheets.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index 5812e969..8377a57b 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -111,7 +111,8 @@ ### 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 Cheatsheet for beginners](https://www.codecademy.com/learn/learn-python-3/modules/learn-python3-syntax/cheatsheet) - Codeacademy (HTML) +* [Python Crash 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)