Python NASIL’ları¶
Python NASIL’ları, tek bir belirli konuyu kapsayan ve onu olabildiğince eksiksiz bir şekilde ele almaya çalışan dokümanlardır. Linux Dokümantasyon Projesi’nin NASIL koleksiyonu üzerinde modellenen bu koleksiyon, Python Kütüphane Referansından daha detaylı dokümantasyonu teşvik etme çabasıdır.
Şu anda, NASIL’lar şunlardır:
- Porting Python 2 Code to Python 3
- Porting Extension Modules to Python 3
- Curses Programming with Python
- Descriptor HowTo Guide
- Enum HOWTO
- Functional Programming HOWTO
- Logging HOWTO
- Logging Cookbook
- Regular Expression HOWTO
- Socket Programming HOWTO
- Sorting HOW TO
- Unicode HOWTO
- HOWTO Fetch Internet Resources Using The urllib Package
- Argparse Tutorial
- An introduction to the ipaddress module
- Argument Clinic How-To
- Instrumenting CPython with DTrace and SystemTap
- Annotations Best Practices
- Isolating Extension Modules