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 <eric@hellman.net>pull/5121/head
parent
a1f4c9142c
commit
d692e894a6
|
@ -110,7 +110,9 @@
|
||||||
|
|
||||||
### Python
|
### 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)
|
* [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 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 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 for Data Science Cheatsheet](https://pydatascience.org/data-science-cheatsheets/) - DataCamp (HTML and Image)
|
||||||
|
|
Loading…
Reference in New Issue