Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 735 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 735 Bytes

CoderDojoNavan Python

CircleCI

This repository contains the code to help you learn python. You can find the basic tutorials in the basics folder.


Downloading

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