Brett Cannon

Number of videos:
4
How Import Works

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.

Event: PyCon US 2013
Speakers: Brett Cannon
Recorded: March 17, 2013
Language: English
Last updated: March 21, 2013
Python 3.3: Trust Me, It's Better than 2.7

In this talk I will try to convince you that Python 3.3 is superior to Python 2.7 by going over the differences between Python 2.7 and Python 3.3 along with benchmark information to show where Python 3.3 shines in comparison to Python 2.7 (and vice-versa). If I accomplish my goal, you will walk out of this talk convinced that Python 2.7 is not the final version of Python you want to support.

Event: PyCon US 2013
Speakers: Brett Cannon
Recorded: March 15, 2013
Language: English
Last updated: March 21, 2013
Event: PyCon US 2011
Speakers: Brett Cannon, Dino Viehland, Frank J Wierzbicki, Jacob Kaplan-Moss, Maciej Fijalkowski
Recorded: March 11, 2011
Language: English
Last updated: January 29, 2013
Event: PyCon US 2010
Speakers: Brett Cannon
Recorded: February 19, 2010
Language: English
Last updated: January 29, 2013