Summary
This talk will explore the core networking libraries available in Python.
Description
- Python Standard Library. http and urllib package (Python3 and Python2).
- Capabilities of other 3rd party networking libraries - pycurl and httplib2. When to use them and why they exist.
- Asychronous Network IO using Twisted Matrix Framework.
- Tornado framework capablities - Generic overview.