List Comprehensions, Files & Errors

Contents

List Comprehensions, Files & Errors#

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 list comprehensions to write cleaner and more efficient code, read from and write to files to store and retrieve data, and handle errors to make your programs more robust and reliable.

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.


Content#