January 2026
Beginner
139 pages
3h 54m
English
While the code so far has covered the very basics of programming with Python, we will now have a look at a completely different topic: the Matplotlib library.
If you work with a lot of data, it is generally useful to display it graphically. Just having a bunch of data points alone is fairly useless because you won’t see the relevant information from the numbers alone. If you have a bunch of numbers, it is generally advisable to plot them until you see some interesting patterns. And this is exactly what Matplotlib is for. Matplotlib ...
Read now
Unlock full access