1 00:00:00,000 --> 00:00:03,488 You have finished the four python levels for this 2 00:00:03,500 --> 00:00:07,000 course, great! Now here is an introduction to OOP 3 00:00:07,001 --> 00:00:09,920 or object-oriented programming with python. 4 00:00:09,932 --> 00:00:13,000 And why did I add this section to the course? 5 00:00:13,001 --> 00:00:21,000 Well, because nowadays OOP is used almost everywhere and almost everything in python 6 00:00:21,001 --> 00:00:25,070 is built using OOP. So I felt this course wouldn't 7 00:00:25,082 --> 00:00:29,000 be complete with at least an introduction to it. 8 00:00:29,001 --> 00:00:32,489 At the end of the section, don't expect to be a 9 00:00:32,501 --> 00:00:36,000 pro OOP programmer, right? This section is here 10 00:00:36,001 --> 00:00:39,451 so you can get a grasp of how it's working and 11 00:00:39,463 --> 00:00:43,000 be able to write your own basic classes so that 12 00:00:43,001 --> 00:00:45,958 even if you don't want to use OOP in the future, 13 00:00:45,970 --> 00:00:49,000 well, when you are going to encounter some python 14 00:00:49,001 --> 00:00:52,525 OOP code, you will be able to understand what it 15 00:00:52,537 --> 00:00:56,000 does and you will be able to use it in your own 16 00:00:56,001 --> 00:00:59,000 programs. Okay, and with that said, let's get started!