First of all, we need to set up a python environment to start with the tutorial. For the course, I used Python3 and the Jupyter environment. If you are new in this Python/Data Science world you could try installing Anaconda Navigator . This is an introduction course but if you will keep working on data science Anaconda it's absolutely a good option.
As I said before this is an introduction to Python so we assume a minimum of programming and maths operations knowledge. Anyway, this introductory guide to python is more a guide of basic functions or how python works instead of an intensive course. If you want to know more about python you can visit: https://www.python.org/
The course is organised in 10 files If you don't want to install anything you can test the code online using this repository! With all this said, Let's get started!