Projects
Download these projects as part of the workshop curriculum.
Sparrow
Build a Twitter bot that Tweets things out for you, you can even deploy it to an Infrastructure as a Service provider like AWS. Here is a comprehensive walkthrough.
Wordplay
Explore these short Python files that help you cheat at Scrabble or crossword puzzles. Wordplay is comptatible with both Python 2 & Python 3.
Git clone or download zip file.
ColorWall
See how Python can be used to create simple animations.
- ColorWall for Python3: Git Clone or download zip file.
- ColorWall for Python2: Git Clone or download zip file.
Basic Flask API
A basic REST API using the Flask Framework: Github.
Web Scraper
A web scraper for the New York Times homepage: Github.