Python Quiz
Test your Python programming skills
Practice Python with 90 questions spread across 3 difficulty levels, roughly 115 minutes of practice in total. Every question comes with a written explanation, so a wrong answer teaches you something. Useful for interview preparation, for checking your own level before taking on a project, or just for finding the gaps in what you know.
Choose your difficulty level
Python Fundamentals
Types, lists, dicts, loops and functions — checked by reading real code rather than reciting definitions.
Python Practical Programming
Comprehensions, dicts, exceptions and the reference semantics that surprise people — worked through real code rather than definitions.
Python Expert Level
Mutable defaults, closures, the data model, generators and the GIL — the behaviour that separates people who have used Python from people who understand it.