Page 27 - Python Basics: A Practical Introduction to Python 3
P. 27
1.4. Bonus Material and Learning Resources
Interactive Quizzes
Most chapters in this book come with a free online quiz to check your
learning progress. You can access the quizzes using the links provided
at the end of the chapter. The quizzes are hosted on the Real Python
website and can be viewed on your phone or computer.
Each quiz takes you through a series of questions related to a particu-
lar chapter in the book. Some of them are multiple choice, some will
ask you to type in an answer, and some will require you to write ac-
tual Python code. As you make your way through each quiz, it will
keep score of which questions you answered correctly.
At the end of the quiz, you’ll receive a grade based on your result. If
you don’t score 100 percent on your first try, don’t fret! These quizzes
are meant to challenge you. It’s expected that you’ll go through them
several times, improving your score with each run.
Exercises Code Repository
This book has an accompanying code repository on the Web contain-
ing example source code as well as the answers to exercises and code
challenges. The repository is broken up by chapter, so you can check
your code against the solutions provided by us after you finish each
chapter. Here’s the link:
realpython.com/python-basics/exercises
Note
The code found in this book has been tested with Python 3.9 on
Windows, macOS, and Linux.
26