Skip to content

Instantly share code, notes, and snippets.

@simplymanas
Forked from u1735067/python_cheatsheets.txt
Created March 23, 2021 02:10
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save simplymanas/3c34415c0a8279a4c335261879e3ee29 to your computer and use it in GitHub Desktop.
Save simplymanas/3c34415c0a8279a4c335261879e3ee29 to your computer and use it in GitHub Desktop.
Collection of Python cheatsheet
https://docs.python.org/3/reference/index.html
https://docs.python.org/3/library/index.html
https://www.cs.put.poznan.pl/csobaniec/software/python/py-qrc.html
https://perso.limsi.fr/pointal/python:abrege
https://perso.limsi.fr/pointal/python:memento
https://perso.limsi.fr/pointal/_media/python:cours:abregepython.pdf
https://perso.limsi.fr/pointal/_media/python:cours:abregepython-english.pdf
https://perso.limsi.fr/pointal/_media/python:cours:mementopython3.pdf
https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf
https://programmingwithmosh.com/python/python-3-cheat-sheet/
https://programmingwithmosh.com/wp-content/uploads/2018/11/Python-3-Cheat-Sheet-v3.pdf
https://www.rankred.com/python-cheat-sheet/
https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Bokeh_Cheat_Sheet.pdf
https://www.cheatography.com/davechild/cheat-sheets/python/
http://www.datasciencefree.com/python.pdf
https://learnxinyminutes.com/docs/python/
https://s3.amazonaws.com/assets.datacamp.com/blog_assets/PythonForDataScience.pdf
https://www.dataquest.io/blog/python-cheat-sheet/
https://s3.amazonaws.com/dq-blog-files/python-cheat-sheet-basic.pdf
https://www.dataquest.io/blog/data-science-python-cheat-sheet/
https://s3.amazonaws.com/dq-blog-files/python-cheat-sheet-intermediate.pdf
http://ehmatthes.github.io/pcc/cheatsheets/README.html
https://github.com/ehmatthes/pcc/releases/download/v1.0.0/beginners_python_cheat_sheet_pcc_all.pdf
https://mottaquikarim.github.io/PythonProgramming/Resources/cheat_sheets.html
https://3d2ixy3hf5o5dllmr3zqz2qc-wpengine.netdna-ssl.com/wp-content/uploads/2016/04/pythonCheatSheet.png
https://python-reference.readthedocs.io/en/latest/
https://python-reference.readthedocs.io/en/latest/docs/operators/
https://pyformat.info/
https://www.pythonsheets.com/
https://wiki.python.org/moin/BeginnersGuide/Programmers
https://wiki.python.org/moin/FrenchLanguage
https://www.learnpython.org/
https://www.sololearn.com/Course/Python/
https://realpython.com/python-data-types/
https://www.reddit.com/r/Python/comments/9mftca/neat_python_cheat_sheet_for_data_science_for/
https://i.redd.it/ahetz5jtbzq11.jpg
https://opensource.com/downloads/cheat-sheet-python-37-beginners
https://opensource.com/sites/default/files/gated-content/cheat_sheet_python37_v2.pdf
https://docs.python.org/3/howto/pyporting.html
https://python-future.org/
https://pythonhosted.org/six/
https://docs.python.org/3/library/__future__.html
from __future__ import unicode_literals, print_function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment