Sets, Dictionaries, Functions & Libraries#
This part builds on the foundations from Part 1 and Part 2.
In the Python for not quite Absolute Beginners courses, we expand on previous learning to write more structured and reliable programs. Before you attend these courses, make sure you have completed Part 1 and 2 or are familiar with its topics.
In this part, you will learn how to use sets and dictionaries to store and manage data more effectively, write your own functions to organise your code and make it reusable, and to import libraries to extend your programs with additional tools and functionality.
Below, you can see the different chapters we will cover in the course. Afterward, you can use them to review and go through the exercises again.
Remember that all the notebooks can be downloaded so you can work with them on your own.