Slide 17
Slide 17 text
April 2, 2014
Libraries & Packages
• Python’s stdlib is very comprehensive
• MIME, HTTP, SMTP, FTP
• Interprocess Communication & Networking
• Data persistence, archiving, file I/O
• Unit testing, Doc testing, Logging, and CLI parsing
• PyPI - over 38,000 packages
• pip install $packagename
• Networking like gevent, Twisted
• Web Frameworks like Django, Flask, Pyramid
• Test Frameworks & Doc tools, like pytest and read the docs and sphinx