Quantcast
Channel: pyvideo.org: Videos of Brett Cannon
Viewing all articles
Browse latest Browse all 13

How Import Works

$
0
0

Abstract

This talk will go over how the simple ``from sys import version`` turns out to be slightly complicated. The details of imports -- from how the import statement is interpreted to deciding what object to return -- will be discussed. While the talk will discuss things from the perspective of Python 3.3 (and thus importlib), the overall semantics will (mostly) apply to older versions of Python.

Viewing all articles
Browse latest Browse all 13

Trending Articles