Talk Submission
If you are interested in attending this talk at PyCon JP 2016, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
Python を支える技術: モジュール・インポートシステム編(ja)
Speakers
Nozomu Kaneko
Audience level:
Intermediate
Category:
Python Internals
Description
Python で書かれたほとんどすべてのプログラムには import 文が使われていますが、普段あまりその仕組みを気にすることはないのではないでしょうか。モジュールをインポートする際には、実はその背後で適切なモジュールを検索してロードするための様々な仕組みが働いています。この発表では、インポートが動く仕組みについて概説するとともに Python 上でそれを拡張する方法について説明します。
Objectives
名前空間やインポートフックなどの Python 言語を構成する概念、およびそれを使ったテクニックを学ぶこと
Abstract
TBD