Note: It is aimed at python 3.6+
This course is supposed to run on jupyter-notebook. This very short documentation will guide you through the steps required to run it locally.
-
Clone the repo
git clone https://github.com/Rafiot/Python3Course
-
Install the dependency
(sudo) pip3 install jupyter
-
Run the notebook
cd Python3Course jupyter-notebook
It will automatically open your browser where it needs to be. Open the worksheets, follow the exercises.