Python
Resource
- Python documentation : Python官方文档
- PEPs : Python增强提议
- Python HOWTOs
- Python Weekly
- reddit Python
- Planet Python
- lucumr
- free programming books - python
- pocoo : The Pocoo Team consists of people from the Python community that are working under one umbrella on various Python libraries and applications.
Implementations
- cpython
- pypy
- pyston
- Pyjion
- Numba
- Nuitka : the extremely compatible Python compiler
- IronPython : Python for the .NET Framework
- Jython : Python for the Java Platform
- Psyco : Psyco is unmaintained and dead.
- Shed Skin : an experimental compiler, implicitly statically typed Python (2.4-2.6) programs into optimized C++.