Created
May 16, 2019 09:24
-
-
Save u1735067/50e0d9c48a61196ace8dcc41b2728b4c to your computer and use it in GitHub Desktop.
Collection of Python cheatsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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