#Repo for any code from pygotham talks

If you have code from your presentation please add it to this repo under a folder named in a way to identify your talk. Also, if you have a requirements in order to run your project please add a requirements.txt. In a format that can be run by "pip install -r requirements.txt"

Note that means if you have a custom module you could make it instable by pip using the -e option :)