Python#

The following sub-section presents quizzes related to the Python courses offered through CfRR. These quizzes are intended to provide you with a way of assessing if the courses are correctly aimed at you. If you can complete the quiz corresponding to a given course, then it is likely that your attending the course would be of limited benefit.

Introduction to Python Quiz#

Clickable Link To Quiz

The quiz focuses on key elements of Python syntax, including variable assignment, data types, and control flow structures. It also tests your understanding of fundamental concepts like functions, modules, and common data structures such as lists and dictionaries.

Python for Data Analysis Quiz#

Clickable Link To Quiz

The quiz emphasizes Python fundamentals specifically tailored for data analysis, such as importing libraries, handling data structures, and managing data workflows. It tests your proficiency in tasks like cleaning, transforming, and visualizing data, ensuring you understand how to effectively use popular libraries like Pandas and Matplotlib.