git clone https://github.com/radoskov/python_tutorial.git
cd python_tutorial
pip install .
Running lessons:
python -m python_tutorial <lesson_number>
Running exercises:
python -m python_tutorial <exercise_number>
You can also simply run jupyter notebook
and open the lessons/exercises in the browser.