This is a repository of challenges. Each challenge can be ran locally. To access the hosted challenges, visit: The Python Club
##Resources:
####Installing Python: Windows Walkthrough
####HTTP interaction: #####Method 1: Documentation: urllib2
- Installed by default
#####Method 2: Documentation: Requests
- To install: pip install requests
####Modules that may be useful:
To run the challenges locally: Twisted
###Additional learning
####Codecademy Intermediate: Algorithms