Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.2 KB

Fast Track to Python

This is the home of the Fast Track to Python class files.

Setup Instructions

My examples will all be running in an Ubuntu virtual machine managed by Vagrant. If you want to have the exact same environment as I'm running (same version of Python, including IPython and the IPython notebook), you'll want to install the following:

Once you have these, you'll want to clone this repository and run a couple of commands:

git clone https://github.com/rick446/fasttrack-python.git
cd fasttrack-python
vagrant up    # This imports and boots the virtual machine
vagrant ssh   # This logs you into the virtual machine

vagrant@precise64~$ ./src/fasttrack-python/setup-environ.bash
vagrant@precise64~$ exit

Recordings

The videos will be posted here as they become available.