2010/7/20 から 2010/8/3 までの更新
以下の標準モジュールのチュートリアルを翻訳しました。
- array – データ型固定のシーケンス - Python Module of the Week
- contextlib – コンテキストマネージャユーティリティ - Python Module of the Week
- difflib – シーケンスを比較する - Python Module of the Week
- exceptions – ビルトインエラークラス - Python Module of the Week
- fnmatch – Unix の glob パターンに対応したファイ名比較 - Python Module of the Week
- imp – モジュールのインポート構造に対するインタフェース - Python Module of the Week
- itertools – 効率的なループ処理のためのイテレータ関数 - Python Module of the Week
- locale – POSIX 文化のローカライゼーション API - Python Module of the Week
- optparse – getopt に代わるコマンドラインオプションパーサ - Python Module of the Week
- rlcompleter – インタラクティブインタープリタへタブ補完を追加する - Python Module of the Week
- SimpleXMLRPCServer – XML-RPC サーバを実装する - Python Module of the Week
- StringIO と cStringIO – ファイルのような API でテキストバッファを扱う - Python Module of the Week
- urlparse – URL を部分文字列に分割する - Python Module of the Week
- xmlrpclib – XML-RPC 通信のためのクライアントライブラリ - Python Module of the Week
- zlib – GNU zlib 圧縮ライブラリへの低レベルアクセス - Python Module of the Week