Frozen Binary
cx_Freeze
py2exe
Pyinstaller
GUI
wxPython - a GUI toolkit
Web Framework
Django is a high-level Python Web framework
http://www.djangoproject.com/
http://docs.djangoproject.com/en/dev/
http://www.djangobook.com/
Specialize Compiler
Psyco - High-level languages need not be slower than low-level ones. - Just-in-time compiler
shedskin - An experimental (restricted) Python-to-C++ compiler
Books
Dive Into Python 3(英文書籍)
酷!學園 - Python相關資源
Python課堂(簡)
啄木鳥社區(簡)
Python天天美味(总)
Style Guide for Python Code
Cinpy - C in Python
thenewboston - Python Programming Tutorial
lxml - Processing XML and HTML with Python