Quiz — Python Developer
View certificationCategory
5 topics available
Mixed quiz
Mixed questions from all topics of this certification.
Mock exam
Real exam simulation with time limit and final score.
- Modules and packagesImport modules, create custom packages and understand how the Python import system works.Open topic →
- Object-oriented programmingUse classes and objects in Python, with concepts such as inheritance, encapsulation and polymorphism.Open topic →
- File and exception handlingOpen, read and write files. Handle exceptions using try, except, finally and define custom exceptions.Open topic →
- Comprehensions and lambda functionsUse list, dict and set comprehensions and lambda functions to write concise and expressive Python code.Open topic →
- I/O operationsManage input/output from console and files. Read user input, write to files and work with streams.Open topic →