Skip to content

QuizPython Developer

5 topics available

Mixed quiz

Mixed questions from all topics of this certification.

Start mixed quiz →

Mock exam

Real exam simulation with time limit and final score.

Start mock exam 🎯 →
  • Modules and packages
    Import modules, create custom packages and understand how the Python import system works.
    Open topic →
  • Object-oriented programming
    Use classes and objects in Python, with concepts such as inheritance, encapsulation and polymorphism.
    Open topic →
  • File and exception handling
    Open, read and write files. Handle exceptions using try, except, finally and define custom exceptions.
    Open topic →
  • Comprehensions and lambda functions
    Use list, dict and set comprehensions and lambda functions to write concise and expressive Python code.
    Open topic →
  • I/O operations
    Manage input/output from console and files. Read user input, write to files and work with streams.
    Open topic →