Python 常用指引
***************

Python常用指引的形式来源于Linux文档项目的常用指引章节，是一系列独立、
指定主题并尝试完全覆盖该主题的文章集合。致力于提供比Python库参考帮助更
详尽的文档。

目前，提供了如下指引：

* 将 Python 2 代码迁移到 Python 3

* Porting Extension Modules to Python 3

* Curses Programming with Python

* Descriptor HowTo Guide

* Idioms and Anti-Idioms in Python

* 函数式编程指引

* 日志 HOWTO

* Logging Cookbook

* Regular Expression HOWTO

* 套接字编程 HOWTO

* 排序指南

* Unicode HOWTO

* HOWTO Fetch Internet Resources Using urllib2

* HOWTO Use Python in the web

* Argparse 教程
