Slides (PDF): Download PDF
Repository: github.com/dev-loki/europython2024-python-unplugged-slides
What is this about?
A beginners talk about all the unknown modules of the vanilla/standard python library.
- Python is required and at least a basic understanding of python
- No
pip install PACKAGEnecessary <3 - Mainly around
itertools,collectionsandfunctools - Sprinkles of
contextlib,urlliband other packages - Some stuff requires
python3.12(e.g.batched)
The repository contains some more code examples, which are:
- more detailed
- heavily commented
- "complete" and executable
(english only)