The goal of this class is to introduce you to some of the foundational aspects of data generation as well as provide an introduction to programming with Python. We will cover some basic data structures as well as operations on those data structures.
Deleting and repulling your repository.
%%bash
rm -rf techfundamentals-fall2017-materials
git clone https://github.com/jkuruzovich/techfundamentals-fall2017-materials
Updating your repository. (Run from within repository).
%%bash
git stash -u
git pull
NOTE: PLEASE IGNORE THE PANDAS QUESTIONS, WE WILL DO THOSE NEXT TIME