Skip to content

Welcome to Python for Data Science

About

This is a collection of my personal notes for Data Visualization in Python. Originally I had kept these in a collection of Jupyter notebooks, but it will be much more useful to just put them online so I can reference them more easily. This is merely a collection of my personal notes for my personal use, but if you find them useful too that is a bonus.

I've compiled these notes from a variety of sources, but they are most heavily influenced by Jose Portilla's Udemy course Python for Data Science and Machine Learning. These are my notes from his course.

The necessary prerequisites are NumPy and matplotlib. If you are unfamiliar with these libraries we cover these in detail here.

Acknowledgements