pymotw

2010/8/12 から 2010/9/1 までの更新

以下の標準モジュールのチュートリアルを翻訳しました。 mailbox – メールアーカイブのアクセスと操作 - Python Module of the Week mhlib – MH メールボックスと連携する - Python Module of the Week os.path – プラットホーム独自のファイル名を操作する …

2010/8/4 から 2010/8/11 までの更新

以下の標準モジュールのチュートリアルを翻訳しました。 abc – 抽象基底クラス - Python Module of the Week dis – Python バイトコードディスアセンブラ - Python Module of the Week functools – 関数を巧みに操作するためのツール - Python Module of the…

2010/7/20 から 2010/8/3 までの更新

以下の標準モジュールのチュートリアルを翻訳しました。 array – データ型固定のシーケンス - Python Module of the Week contextlib – コンテキストマネージャユーティリティ - Python Module of the Week difflib – シーケンスを比較する - Python Module …

pyclbr - Python クラスブラウザサポート

pyclbr – Python クラスブラウザサポート - Python Module of the Week へ移転しました。

mmap – 直接的なコンテンツ読み込みの代替となるメモリマップ

mmap – メモリマップファイル - Python Module of the Week へ移転しました。

json - JavaScript Object Notation Serializer

json – JavaScript Object Notation シリアライザ - Python Module of the Week へ移転しました。

signal - 非同期のシステムイベント通知を受け取る

signal – 非同期のシステムイベント通知を受け取る - Python Module of the Week へ移転しました。

Python Code Reading と PyMOTW

2009/06/16(火) Python Code Reading 10 で講師を務めることになりました。柴田さんから PyMOTW を参考にして、標準モジュールの使い方についてお話してみないかというご連絡を頂きました。これなら、私でもできるかなと思い、二つ返事で務める事にしました…

Python Module of the Week (PyMOTW) - Python Module of the Week について

Python Module of the Week について - Python Module of the Week へ移転しました。

Python Module of the Week (PyMOTW) - 全般的なインデックス

Index - Python Module of the Week へ移転しました。

Python Module of the Week (PyMOTW) - グローバルモジュールインデックス

Python Module Index - Python Module of the Week へ移転しました。

Python Module of the Week (PyMOTW) - 完全なコンテンツテーブル

Python Module of the Week - Python Module of the Week へ移転しました。

Python Module of the Week (PyMOTW)

Python Module of the Week - Python Module of the Week へ移転しました。

tempfile - 一時的なファイルシステムリソースを作成する

tempfile – 一時的なファイルシステムリソースを作成する - Python Module of the Week へ移転しました。

heapq - インプレースヒープソートアルゴリズム

heapq – インプレースヒープソートアルゴリズム - Python Module of the Week へ移転しました。

base64 - バイナリデータを ASCII 文字へエンコードする

base64 – バイナリデータを ASCII 文字へエンコードする - Python Module of the Week へ移転しました。