https://www.python.org/downloads/release/python-343/
If you don't have a preference, you might want to check out one of the following to start with:
From a terminal, run the following:
git clone https://github.com/Lundalogik/trainee-tdd-intro.git
cd scheduler
# Set up virtual environment (your path to python might vary)
C:\Python34\python -m venv venv
# Activate the virtual environment
venv\Scripts\activate.bat
# Install dependencies
pip install -r requirements.txt
# Run the tests
nosetests