Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

How does Python's import work?

Short talk given at the Python User Group Freiburg (Germany) in July 2016.

The slides were made with reveal.js version 3.3.0 .

To view the slides including speaker notes:

cd slides
npm install
npm start
# open http://localhost:8000
# hit 's' on your keyboard to view the speaker notes

Alternatively just open slides/index.html with a browser and you'll see the slides (without speaker notes) or have a look at the exported PDF version.

All Python examples were tested with Python 3.4 .