最終更新:2022-09-26 (月) 22:35:10 (725d)
Python/モジュール
関数や変数やオブジェクトの定義を書いたファイル
https://docs.python.org/ja/3.12/tutorial/modules.html
一覧表示
- sys.builtin_module_names
- Python/help(modules)?
Python/import
インデックス
- 2.5 - http://www.python.jp/doc/2.5/modindex.html
- 2.6 - http://www.python.jp/doc/release/py-modindex.html
- Python 3 - https://docs.python.org/3/py-modindex.html
モジュールのインストール
読み込みとか
__name__
- 自身が実行開始したファイルの場合、__main__が入る
モジュールの種類
ツール
よく使うもの
- Python/os
- Python/sys
- Python/re
- Python/urllib2?
- Python/codecs?
- Python/gzip?
- Python/io
- Python/datetime