Programming process for october 25

Hayden Reeves

So I've given up on the original tutorial.. It was no good. I've moved onto one from curiositybits.com that is way more informative. I think I'm getting somewhere. I'm definitely learning a lot about coding, I can say that much about this project. I just realized that it's really easy to install modules using terminal, all you have to do is write "pip install (module)". So I just installed three different modules for this, and I have a long list of things to import at the beginning of my code. I installed urllib3, simplejson, and twython. Here's the things I've installed in the beginning of my code: 

So I'm going to keep going from here.