9:30am August 15th 2017 BRC Conference Centre, UBC Hospital
9am August 22nd 2017 BRC Conference Centre, UBC Hospital
9am August 31st 2017 CBH 3402, UBC Hospital Take the elevator to the 3rd floor of CBH (the new glass building in front of UBC hospital)
Tutorials can be run on your own computer with Python3 and Jupyter installed, or at ubc.syzygy.ca
If you haven't downloaded this repository yet, run
git clone https://github.com/ubcmri/scientific-python-tutorial.git
If you downloaded the repo at a previous session, update it with
cd scientific-python-tutorial
git pull origin master
If that fails, try:
git reset --hard
git pull origin master
Resources:
- Python for Everyone Coursera Course ($$)
- Data Science in Python Coursera Course ($$)
- Google Python Overview
- Python Data Science Handbook (Free textbook in Jupyter notebooks)
- Applied Python in Science Talk
- Advent of Code
- Project Euler