so-zou.jp
Python プログラミング解説
トップ
Desktopアプリ
技術情報
プログラミング
Python
モジュール
モジュール (Module)
モジュールとはPythonの定義や文が記述されたファイルであり、そのファイル名は"
モジュール名
.py"です。
import
で取り込めます。
目次
標準ライブラリ
Tkinter
PythonのGUIです。
24.1. Tkinter - Python interface to Tcl/Tk - Python 2.x documentation
参考
6. モジュール — Python 3.x ドキュメント
導入
文法
文
関数
クラス
モジュール
標準ライブラリ
パッケージ
デバッグ
配布