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 PACKAGE necessary <3
  • Mainly around itertools, collections and functools
  • Sprinkles of contextlib, urllib and 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)