0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Pythonのimportシステムを理解するためのお役立ちサイト

Last updated at Posted at 2020-06-07

Pythonのimportシステムについて調べたときに参考になったサイトの備忘録です

メモ

  • moduleとpackageがある
  • Python2.7では基本的には__init__.pyがあることでpackageとして認識される
  • importはsys.path→sys.modules
  • .pthファイルというのがあって、.pthファイルでsys.pathにパスを通す方法もある
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?