Links
- Official HOWTOs
- Source code: python2.7
- Browse Source
- Bugs
- Grammar: Python 2 | Python 3
- Style Guide: Defined in PEP 8. Refer PEP 257 for docstring conventions.
- Special
__
method__
s - Special Attributes on function objects: see Data model
- Data model
- New-style Classes
- future builtins
- Docs
- Floating Point Arithmetic: Issues and Limitations
- Built-in Functions
- ./libraries
- Standard Library (index)
- PyMOTW (index)
- Language Reference
- Python Innards – Objects 101
- Built-in Types
- Enum proposal
- File Objects
- Formatting
- PEP 249 - DB API v2.0
- Dynamically overloaded functions
- What's New
- Articles
- PEP 492 - Coroutines with async and await syntax
To Checkout
Concurrency
FFI
- See FFI
Libraries
Gotchas
Bag
names, _, _, d = inspect.getargvalues(inspect.currentframe())