Search: importers
Categories
- all (96)
- advocacy (5)
- agile (2)
- api (2)
- application development (18)
- asynchronous io (2)
- audio (2)
- business (3)
- case study (14)
- commercial applications using python (2)
- community (2)
- compilers (2)
- concurrency (6)
- core (5)
- data analysis (2)
- databases (8)
- data structures (4)
- decorators (2)
- deploying (2)
- design (3)
- distributed system (5)
- django (10)
- domain specific language (2)
- education (5)
- embedded (2)
- eventlet (2)
- gis (2)
- gui (2)
- internationalization (2)
- invited (10)
- ironpython (2)
- jython (2)
- language (6)
- metaprogramming (2)
- modular application design (3)
- network (6)
- nginx (2)
- non-relational (2)
- open source (13)
- optimization (5)
- package management (3)
- packaging (4)
- performance (3)
- plone (2)
- plug-in model (2)
- pylons (3)
- python3 (2)
- rest (3)
- restish (2)
- robotics (2)
- scaling (8)
- science (8)
- security (2)
- software development (10)
- sql (2)
- techniques (5)
- testing (5)
- threads (2)
- tools (7)
- turbogears (5)
- tutorial (2)
- twisted (2)
- university (3)
- visualization (2)
- web (15)
- web application (6)
- web framework (2)
- webservice (2)
- wsgi (3)
- zope (4)
9.
Import this, that, and the other thing: custom importers




Mr. Brett Cannon
45min ◊◊◊ Advanced
Friday 11:45am, Centennial I
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.
.