1
00:00:05,330 --> 00:00:09,320
Welcome everyone to this section of the course on advanced Python topics.

2
00:00:10,650 --> 00:00:14,880
So we're going to learn about some more advanced Python topics, and I want to be clear, when I say

3
00:00:14,880 --> 00:00:17,820
the word advanced, I'm not talking about something super complex.

4
00:00:18,030 --> 00:00:23,130
I'm just talking about things like object oriented programming that you're not going to know as a very

5
00:00:23,130 --> 00:00:24,360
beginner in Python.

6
00:00:24,510 --> 00:00:29,040
But as you learn more Python, you'll eventually touch upon the topics that we're covering in this section.

7
00:00:29,430 --> 00:00:35,190
And more specifically, a lot of the syntax that Django uses covers these topics, which is why it's

8
00:00:35,190 --> 00:00:37,470
important to cover them before we jump at the Django.

9
00:00:38,010 --> 00:00:43,320
Now, if you already know some basic python up the functions but don't know about object oriented programming,

10
00:00:43,320 --> 00:00:45,750
that is things like creating your own classes within Python.

11
00:00:45,990 --> 00:00:50,730
This is a great section to start the course in in case you wanted to skip the previous section.

12
00:00:50,940 --> 00:00:53,760
As mentioned in the Course Curriculum Overview Lecture.

13
00:00:54,940 --> 00:00:56,590
So what are we going to cover in this section?

14
00:00:56,980 --> 00:01:00,150
We're going to talk about errors and exceptions to start off with them.

15
00:01:00,430 --> 00:01:04,690
The bulk of this section of the course is an object oriented programming, and then we'll talk about

16
00:01:04,690 --> 00:01:06,600
modules and packages and imports.

17
00:01:06,610 --> 00:01:13,570
Basically, how can you actually create your own pie files and import your own pie files and classes

18
00:01:13,570 --> 00:01:18,520
and functions from them to use as a larger structure, which is what Django uses a lot?

19
00:01:19,150 --> 00:01:20,920
OK, so let's get started.

20
00:01:21,040 --> 00:01:21,970
I'll see you at the next lecture.

