Posts tagged quiz

Compile Python on Windows

Looking to create an executable from Python script? Let me show you the full steps to achieve it on Windows .

Read more ...


Yup, another Python Quiz

Using the following source code as a test happily in my Python compiler Nuitka for some years now.

Read more ...


Try Finally Python Quiz

When working on my Python compiler Nuitka, I often come across ridiculous language details of the Python language, and turn these into quizzes, for which I finally added a dedicated quiz tag .

Read more ...


Python Assert Quiz

At Europython conference, in my presentation, I talked about re-formulations of Python into simpler Python. It is my intention to turn this into a series of Python quiz questions that you will hopefully enjoy.

Read more ...


Quiz Question

Say you have the following code:

Read more ...


Quiz Question

Say you have the following module code:

Read more ...