WEBVTT

00:00.120 --> 00:01.360
Congratulations!

00:01.360 --> 00:05.000
We finished part two of Python Basics.

00:05.280 --> 00:13.200
Now inside Google Colab, click File Open Notebook, scroll down to upload and browse.

00:13.400 --> 00:17.240
Select dictionaries, errors and files.

00:17.480 --> 00:20.680
This is uh numbered as number three.

00:20.720 --> 00:22.400
This is the file number three.

00:22.520 --> 00:23.920
And click open.

00:23.920 --> 00:25.240
And here we go.

00:25.280 --> 00:31.920
This is Python Basics part three dictionaries errors files and the project.

00:32.160 --> 00:36.040
Welcome to part three of our Python journey.

00:36.200 --> 00:44.160
And in this notebook you will learn dictionaries how to store data as key value pairs like a dictionary.

00:44.320 --> 00:53.960
Error handling handle mistakes gracefully with try and accept file IO input output read from and write

00:53.960 --> 01:01.840
to files mini project build a to do list app that saves tasks for to a file.

01:01.840 --> 01:10.520
So let's go and start building our mini project using the dictionaries error handling and file input

01:10.560 --> 01:10.960
output.
