This repository contains the content for the Introduction to Python course at CSC. Material is provided as Jupyter Notebooks which can be found under the notebooks folder.
This page has been designed from the get-go to also be a Github Pages page. This is a test of creating a Github Pages page for a CSC course. Feedback is welcome and we don't make any promises to maintain the page.
First install virtualenvwrapper on your local machine.
$ mkvirtualenv -p python3 python-intro
[...]
(python-intro) $ pip install -r requirements.txt
(python-intro) $ jupyter notebook
Code licensed under MIT License. Examples and non-code artefacts licensed under Creative Commons BY