Answer this quiz to test your knowledge about the Python language, community, andd the 2025 edition of PyCon Italy!
These are the questions asked during the PyCon Italy 2025 quiz. They will test your knowledge of the Python language, the community, and of PyCon Italy 2025. (Unless explicitly stated, questions refer to CPython 3.13 and “today” refers to the 30th of May of 2025.)
At the conference, participants played to win some awesome prizes:
I'd like to give an awesome shoutout to the PyCon Italy organizers who went with my idea to have a quiz at the conference and who did an amazing job at getting these incredible prizes.
In what Italian city is PyCon Italy 2025 being held?
The Python logo alludes to snakes, but what's the source of inspiration for Python's name?
What is the date of the oldest commit in the Python repo?
Who is the most recent Python core developer?
As of today, which of these popular packages has the most GitHub stars?
How many built-in “functions” does Python's documentation list?
What's the output you get if you run this code in a fresh REPL session?
Which of the following is not a module from the standard library?
Approximately how many core developers does Python have (past & present)?
What's the name of the key organisation that supports the Python language, the ecosystem, and the community?
Which of these is not a real Python package listed on PyPI?
Which of these is not a Python built-in?
What's the length of the Python list [""''', ,''', ','" , "]
?
The module itertools
documents 20 objects, of which 19 are iterables. What's the name of the odd one out?
What's the output of running this code?
True or false? Python code is compiled before being interpreted...
True or false? The Boolean type is a subclass of the integer type...
True or false? All iterators are also iterables...
Get a daily drop of Python knowledge. A short, effective tip to start writing better Python code: more idiomatic, more effective, more efficient, with fewer bugs. Subscribe here.
regex
on PyPI https://pypi.org/project/regex/ [last accessed 30-05-2025];lasagna
on PyPI https://pypi.org/project/lasagna/ [last accessed 30-05-2025];pizza
on PyPI https://pypi.org/project/pizza/ [last accessed 30-05-2025];tagliatelle
on PyPI https://pypi.org/project/tagliatelle/ [last accessed 30-05-2025];functools.reduce
https://docs.python.org/3/library/functools.html#functools.reduce [last accessed 30-05-2025];itertools.tee
https://docs.python.org/3/library/itertools.html#itertools.tee [last accessed 30-05-2025];compile
https://docs.python.org/3/library/functions.html#compile [last accessed 30-05-2025];bool
https://docs.python.org/3/library/stdtypes.html#boolean-type-bool [last accessed 30-05-2025];