My journey learning data visualisation and analysis with Python
Some time ago I decided that I wanted to study and learn some Data visualisation and analysis, so I started looking for guides to teach me the essentials. I wanted to share my most helpful guides, in hopes that they will also help someone else. Please note that I am still very much a beginner :)
Introduction to python: You can skimp through this if you already know how to code in another language.
OR
Python masterclass for beginners: This is a bit more detailed and includes making a GUI, so you won't need all of it.
If you are interested in some Computer science theory, then take a look at Data Structures & Algorithms in Python
For gathering your data from the web I recommend Python network data. Here, you will also not need everything that is taught, but I recommend learning about Regex, Networks, XML and JSON formats.
Intro to Data Analysis will teach you how to use numpy and pandas quite well, which you will always need.
And for visualisation, you can learn Matplotlib and seaborn from Introduction to Data Visualization with Python