Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 782 Bytes

Introduction to Python course at CSC

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.

Running examples locally

First install virtualenvwrapper on your local machine.

  $ mkvirtualenv -p python3 python-intro
  [...]
  (python-intro) $ pip install -r requirements.txt
  (python-intro) $ jupyter notebook

License

Code licensed under MIT License. Examples and non-code artefacts licensed under Creative Commons BY