From d692e894a67555aff442e99c6acf0873213684dd Mon Sep 17 00:00:00 2001 From: Ramona Saintandre Date: Fri, 13 Nov 2020 19:53:13 -0500 Subject: [PATCH] added Python cheat sheets (#5011) * added Python cheat sheets Thanks for hosting this. Just getting back into coding, and since I have been looking for resources for Python. I thought I would add what I have found. Happy hacking * removed the spaces Hi sorry, it took so long to resolve this conflict. Actually took me a while to figure out how to do. Thanks again so much for hosting this. * alphabetize * linespacing * alphabetize Co-authored-by: Eric Hellman --- free-programming-cheatsheets.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index 8377a57b..e7aa0cbd 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -110,7 +110,9 @@ ### Python +* [Comprehensive Python Cheat Sheet for Beginners](https://medium.com/the-codehub/comprehensive-python-cheat-sheet-for-beginners-5d76bb038fa2) * [Comprehensive Python Cheatsheet](https://gto76.github.io/python-cheatsheet) - Jure Ĺ orn (HTML) +* [Python Cheat Sheet](https://websitesetup.org/python-cheat-sheet/) * [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) -- GitLab