This post is over a year old, some of this information may be out of
date.
Here is what I found:
- Cheatsheet for Matplotlib available at python-cheat-sheet - markdown format
- Python For Data Science - A Cheat Sheet For Beginners - I keeping to this one
- Python Crash Course - Cheat Sheets but all in PDF
- Python Cheat Sheet for Data Science: Basics there is HTML version here. The course actually makes me interested.
I ended up opening Cheatsheet for Matplotlib and Python For Data Science - A Cheat Sheet For Beginners
Places I got the syntax wrong
plt.hist( something, bins=5)