requests – Requests is an ISC Licensed HTTP library, written in Python, for human beings.
Logmon – Logmon is a realtime log reader written with Flask and Juggernaut.
Gevent – 非常好的用来写 Socket Server 的框架
Twisted – 同上
msgpack – 一个据说速度很快的串行化库
zerorpc – dotcloud 基于 msgpack 和 zeromq 的 rpc
Templating Engine
jinja2中文手册
Jinja2 – Jinja2 is a popular text templating engine for Python
ORM
autumn – a Python ORM
SQLAlchemy
Storm
SQLObject
peewee
Database
UltraMySQL – 用C/C++写成,号称超越 Python MySQL 的驱动
MySQLdb
redis-py
Web Development Useful Library
WTForms – WTForms is a forms validation and rendering library for python web development.
FormEncode – 同上
tforms – 同上
feedparser – Parse Atom and RSS feeds in Python
Pectin – A python web application thin glue layer
System
pythonbrew – python的多版本管理器
psutil – 用来查看系统的各种状态
Other
rq-dashboard
odict – 可以保证元素顺序的Dict
Unofficial Windows Binaries for Python Extension Packages
APScheduler – APScheduler is a light but powerful in-process task scheduler that lets you schedule functions (or any other python callables) to be executed at times of your choosing.
Arrow – 时间和日期的处理库
simplejson
imaging
virtualenv – python虚拟环境
autopep8 – 按PEP8的风格,自动排版代码
Python Dialog – 一款对话框库
Python RQ – 一款处理队列服务库
Sentry – 一款实时错误日志捕获平台
Other
bpython – 支持语法高亮的控制台
APNS – Python wrapper for Apple Push Notification Service.
Pocoo – The Pocoo Team consists of people from the Python community that are working under one umbrella on various Python libraries and applications.
pyres – 用 Python 实现的 Resque 克隆(后台任务处理)
Sphinx – API文档生成
Unofficial Windows Binaries for Python Extension Packages
Website
Python Weekly
Pycoder’s Weekly
V2EX Pythtn
Codecademy – 交互式python学习站
Python For Beginners
References
Python
《深入python – dive into python》
《深入python3 – dive into python3》
《The Python Tutorial》
《Learn Python The Hard Way – 笨办法学Python》中文版 / bitbucket