モジュールの概要: モジュールはPythonの`ModuleType`オブジェクトで、一度インポートすると`sys.modules`にキャッシュされる。 インポートの仕組み: Pythonは`import`時にまず`sys.modules`を確認し、存在しなければ新しいモジュールを読み込んで実行する。 モジュール ...
ノンプロ研で開催されている、「中級プログラミング講座【Pythonコース】」第1期第3回の講座の内容と、学習したことなどを、講座の回毎にまとめていきます。 第3回のアジェンダは、「モジュール」です。 Pythonの世界 Pythonには、標準機能、標準ライブラリ ...
Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability ...
mbp:namespace_demo bruno$ find * -ls 4733807 8 -rw-r--r-- 1 bruno staff 1082 Mar 11 15:53 LICENSE 4733940 8 -rw-r--r-- 1 bruno staff 969 Mar 11 15:57 README.md ...