Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1020 Bytes

File metadata and controls

33 lines (21 loc) · 1020 Bytes

The Python Club

Challenges for The Python Club

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

Windows Video

####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