以下の標準モジュールのチュートリアルを翻訳しました。 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 – 効率的なループ処理のためのイテレータ関数 - Py