Python Quizzes – Real Python

Check your Python learning progress and take your skills to the next level with Real Python’s interactive quizzes.

Real Python Quizzes

We created these online Python quizzes as a fun way for you to check your learning progress and to test your skills.

Each quiz takes you through a series of questions. Some of them are multiple choice, some will ask you to type in an answer, and some will require you to write actual Python code. As you make your way through each quiz, it keeps score of which questions you answered correctly.

At the end of each quiz you receive a grade based on your result. If you don’t score 100% on your first try—don’t fret! These quizzes are meant to challenge you and it’s expected that you go through them several times, improving your score with each run.

All of these quizzes were created by professional Python developers with years of experience to ensure you’re learning the skills and techniques that really matter.

Browse Python Quizzes

Ready to test your Python skills? Pick a quiz and jump right in:

Basic Data Types in Python

Interactive Quiz

Basic Data Types in Python

Test your understanding of the basic data types that are built into Python, like numbers, strings, and Booleans.

How to Run Your Python Scripts

Interactive Quiz

How to Run Your Python Scripts

One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. Test your understanding on how good you are with running your code.

Python’s Requests Library (Guide)

Speed Up Your Python Program With Concurrency

Interactive Quiz

Python Concurrency

This is a quiz that will review topics covered in our Speed Up Your Python Program With Concurrency tutorial.

Python Conditional Statements

Python Dictionaries

How to Iterate Through a Dictionary in Python

Interactive Quiz

Python Dictionary Iteration

Dictionaries are one of the most important and useful data structures in Python. Learning how to iterate through a Dictionary can help you solve a wide variety of programming problems in an efficient way. Test your understanding on how you can use them better!

How to Use Python lambda Functions

Interactive Quiz

Python Lambda Functions

Python lambdas are little, anonymous functions, subject to a more restrictive but more concise syntax than regular Python functions. Test your understanding on how you can use them better!

Python Lists and Tuples

Python Operators and Expressions

Python Program Structure

Python Sets

Interactive Quiz

Python Sets

Test your understanding of Python sets

Python Strings and Character Data

An Intro to Threading in Python

Interactive Quiz

Python Threading

This is a quiz that will review topics covered in our An Intro To Threading tutorial.

Python Variables

Interactive Quiz

Python Variables

Test your understanding of Python variables and object references.

Python "while" Loops

Python CSV Parsing

Reading and Writing Files in Python (Guide)

How to Round Numbers in Python

Splitting, Concatenating, and Joining Strings in Python

Got feedback on our Python quizzes?

Browse the Latest Tutorials »