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)