Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 610 Bytes

Unicode sandwiches

Talk given at the Python User Group Freiburg (Germany) in November 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 (slides.pdf).

All Python examples were tested with Python 3.4 or Python 2.7 (depending if Python3 or Python2 applies).