Guide¶
Python¶
A cookbook of Python common patterns and syntax¶
- Checklist of Understanding Lists and Dicts
- csv - reading and writing delimited text data
- Pillow - Python Imaging Library (aka PIL)
- Hello Data De-Serialization with JSON and CSV
- Beautiful Soup - HTML and XML parsing
- Introduction to AWS with Python and boto3
- twython - Python wrapper for the Twitter API
- Creating a Twitter Application for Programmatic Access with Twython
- Exploring the basics of the Twitter API with Twython
- A Peak of Grammar Correction with Twython
- Generating probabilistic coherence with a simple Markov-based bot
- Flask Hello World