Data Science Cheat Sheets: Python edition
1 min readDec 30, 2016
So you may expect that today I’m going to publish another day to learning Data Science. But, I’m so sad to disappoint you guys because I don’t think I’m able to publish it today. So, in exchange for that I’m going to give a curation of cheat sheets that I used to learn data science, especially in applying data science using Python. So let’s get started.
Basic Python
- Python Quick Reference Sheet (specified for Python 2.7, but most still applies for Python 3 too)
- Python for Data Science - A Cheat Sheet for Beginners by Datacamp
- Python Debugger Cheatsheet by Florian Preinstorfer (not a lot of people make this kind of cheatsheet)
Pandas
- Pandas cheat sheet by Morphocode
- Pandas for Data Science - A Cheat Sheet for Beginners by Datacamp
Bokeh
- Bokeh Cheat Sheet by Datacamp
Python + other libraries
- Scientific python cheat sheet by IPGP
I’m not going to give you a bunch of cheat sheets available out there, I do choose several of them that are useful and easy to read. Hopefully tomorrow I can resume my journey for learning data science. Happy learning!