#Programming 11 Python
This is a public repository for storing all of my files related to the Programming 11 Beginner's Python course. The files within are mostly proof of concepts using python.
##Overview assignments - contains all in-class and "homework" files
concepts - Things that weren't taught in programming...
random - showing off random things:D
###What can I do with this? To clone this repository to your local machine
git clone https://github.com/SimonJinaphant/Programming-11-Python.git
To update your local repository
git pull origin master
##Python Specifics All files are written base on the Python version 2.7.3