Cheat Sheets


This section provides a few cheat sheets related with python, data wrangling and data visualization. Even with a perfect understanding of python and its libraries, it's almost impossible to remember the syntax of each function of the ecosystem. That's where cheatsheets are useful 🔥!

Matplotlib logoMatplotlib cheatsheet

Datacamp provides a cheatsheet describing the basics of matplotlib. Matplotlib is the most widely used library for datavisualization with python. You can read more about it on its dedicated page.



The following 2 cheatsheets from the official matplotlib repository are also very handy:

Matplotlib cheatsheet by matplotlib (page 1).

Matplotlib cheatsheet by matplotlib (page 1).

Matplotlib cheatsheet by matplotlib (page 2).

Matplotlib cheatsheet by matplotlib (page 2).

Contact

👋 This document is a work by Yan Holtz. Any feedback is highly encouraged. You can fill an issue on Github, drop me a message onTwitter, or send an email pasting yan.holtz.data with gmail.com.

Last but not least, you can subscribe to my newsletter
to know when some new tutorials are published! 🔥

Timeseries with python

Timeseries

Animation with python

Animation