This repository contains the code to help you learn python. You can find the
basic tutorials in the basics
folder.
To download these tutorials to run them yourself, you can either Download the zip of the latest version, or clone the repository using Git
git clone https://github.com/coderdojonavan/python coderdojo-python
Once you have python installed, you can run any of the tutorials by going into the basics directory and running:
python basics/1_hello_world.py