Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 568 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 568 Bytes

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 .