Resources and Further Reading

Here are some helpful resources that can help you extend your knowledge of Python

  • Pandas’ documentation is a good resource if you’re stuck with something on Dataframes, or want to find out more about how they work.

  • Matplotlib’s documentation is the right place to go if you want to extend your plotting capabilities using Matplotlib.

  • Seaborn is another great tool for plotting data. It provides a higher-level interface to Matplotlib that can generally be pretty useful, and it’s a good tool if you want to delve more into data visualization in Python!

  • NumPy is another huge data processing library. You’ll see it spattered across the documentation for the other projects in this list, because it’s so fantastic at performing operations on whole lists at once and at generating fake data to plot.