Import this, that, and the other thing: custom importers (#9)

Mr. Brett Cannon
45min ◊◊◊ Advanced
Friday 11:45am, Centennial I
categories: core

Since Python 2.3, the ability has existed to customize the import process so that one can support code stored in alternative formats, e.g. zipimport and its support of importing code from a zip file. The aim of this talk is to make sure you understand how the custom import mechanism works and how to write your own custom importers using importlib from Python 3.1.


files Files:
slides
filesizeuploadedcomment
Import_This.pdf 1.4 MB Fri, Feb. 19th, 1:36 p.m. Slides w/ notes


video video:


  
# Permalink