LoginSignup
1
1

More than 5 years have passed since last update.

Pythonの勉強-ファイルのimport

Posted at

Pythonに限らずですが、プログラムが複雑になると1ファイルで管理するよりも別ファイルに分けた方が開発効率がはるかに良くなります。
別ファイル化したプログラム(モジュール)を読み込むimport処理について、参考記事のリンク集のレベルでざっくり調べてみました。

モジュールについて

Python3.6.5ドキュメント Python チュートリアル
6. モジュール (module)
https://docs.python.jp/3/tutorial/modules.html

別ディレクトリのファイルをincludeする方法

備考

パッケージ化についてはまた別の機会に。。。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1