Pythonowe „Jak to zrobić?”¶
Pythonowe „Jak to zrobić?” są dokumentami, z których każdy opisuje jeden, specyficzny temat i próbuje objaśnić go w jak najbardziej kompletny sposób. Idea wywodzi się ze zbioru dokumentów „Jak to zrobić?” Projektu Dokumentacji Linuksa i polega na tym, aby dostarczać bardziej szczegółowe opisy właściwości Pythona niż te zawarte w Bibliotece Referencyjnej.
Aktualnie w serii „Jak to zrobić?” występują:
- Porting Extension Modules to Python 3
- Curses Programming with Python
- Descriptor Guide
- Debugging C API extensions and CPython Internals with GDB
- Enum HOWTO
- Functional Programming HOWTO
- Logging HOWTO
- Logging Cookbook
- Wyrażenia regularne PORADNIK
- Socket Programming HOWTO
- Sorting Techniques
- Unicode HOWTO
- HOWTO Fetch Internet Resources Using The urllib Package
- Argparse Tutorial
- An introduction to the ipaddress module
- Instrumenting CPython with DTrace and SystemTap
- Python support for the Linux
perf
profiler - Annotations Best Practices
- Isolating Extension Modules
- The Python 2.3 Method Resolution Order