データ型

この章で解説されるモジュールは日付や時間、型が固定された配列、ヒープキュー、両端キュー、列挙型のような種々の特殊なデータ型を提供します。

Python also provides some built-in data types, in particular, list, tuple, dict, frozendict, set, and frozenset. The str class is used to hold Unicode strings, and the bytes and bytearray classes are used to hold binary data.

この章では以下のモジュールが記述されています: