Filename Size 01 - Introduction and Course Structure/001 Introduction.mp4 21.5 MB 01 - Introduction and Course Structure/001 Introduction_en.srt 3.2 KB 02 - Installation of Python (if you haven't already)/001 Installation for Windows.mp4 62 MB 02 - Installation of Python (if you haven't already)/001 Installation for Windows_en.srt 8.4 KB 02 - Installation of Python (if you haven't already)/002 Installation for Mac.mp4 39.9 MB 02 - Installation of Python (if you haven't already)/002 Installation for Mac_en.srt 8.5 KB 02 - Installation of Python (if you haven't already)/003 Installation for Linux.mp4 46.9 MB 02 - Installation of Python (if you haven't already)/003 Installation for Linux_en.srt 10.4 KB 03 - Classes and Objects/001 Understanding Classes and Objects.mp4 76.9 MB 03 - Classes and Objects/001 Understanding Classes and Objects_en.srt 6.5 KB 03 - Classes and Objects/002 1.Classes-and-Objects.pdf 227.3 KB 03 - Classes and Objects/002 classesAndObjects.py 277 B 03 - Classes and Objects/002 Exercise-Classes-and-Objects.pdf 226 KB 03 - Classes and Objects/002 Implementation of Classes and Objects in Python.mp4 35.9 MB 03 - Classes and Objects/002 Implementation of Classes and Objects in Python_en.srt 13.9 KB 04 - Attributes and Methods/001 Class Attributes and Instance Attributes.mp4 37.2 MB 04 - Attributes and Methods/001 Class Attributes and Instance Attributes_en.srt 14.4 KB 04 - Attributes and Methods/002 Understanding the 'self ' parameter.mp4 22.7 MB 04 - Attributes and Methods/002 Understanding the 'self ' parameter_en.srt 14.2 KB 04 - Attributes and Methods/003 Static Methods and Instance Methods.mp4 11.1 MB 04 - Attributes and Methods/003 Static Methods and Instance Methods_en.srt 7 KB 04 - Attributes and Methods/004 2.Attributes-and-Methods.pdf 39.2 KB 04 - Attributes and Methods/004 attributesAndMethods.py 1.2 KB 04 - Attributes and Methods/004 Exercise-Attributes-and-Methods.pdf 225.6 KB 04 - Attributes and Methods/004 init() method - Create a fully initialised object.mp4 39.7 MB 04 - Attributes and Methods/004 init() method - Create a fully initialised object_en.srt 12.4 KB 05 - Abstraction and Encapsulation - The first two pillars of OOP/001 Abstraction and Encapsulation.mp4 14.3 MB 05 - Abstraction and Encapsulation - The first two pillars of OOP/001 Abstraction and Encapsulation_en.srt 4.9 KB 05 - Abstraction and Encapsulation - The first two pillars of OOP/002 3.Abstraction-and-Encapsulation.pdf 226 KB 05 - Abstraction and Encapsulation - The first two pillars of OOP/002 abstractionAndEncapsulation.py 1.2 KB 05 - Abstraction and Encapsulation - The first two pillars of OOP/002 Exercise-Abstraction-and-Encapsulation.pdf 226.5 KB 05 - Abstraction and Encapsulation - The first two pillars of OOP/002 Performing Abstraction and Encapsulation in Python.mp4 24.8 MB 05 - Abstraction and Encapsulation - The first two pillars of OOP/002 Performing Abstraction and Encapsulation in Python_en.srt 16.8 KB 06 - Inheritance - The third pillar of OOP/001 Understanding Inheritance and Performing a Single Inheritance in Python.mp4 33.3 MB 06 - Inheritance - The third pillar of OOP/001 Understanding Inheritance and Performing a Single Inheritance in Python_en.srt 11.9 KB 06 - Inheritance - The third pillar of OOP/002 Performing a Multiple Inheritance in Python.mp4 21.8 MB 06 - Inheritance - The third pillar of OOP/002 Performing a Multiple Inheritance in Python_en.srt 8.4 KB 06 - Inheritance - The third pillar of OOP/003 Performing a Multilevel Inheritance in Python.mp4 22.1 MB 06 - Inheritance - The third pillar of OOP/003 Performing a Multilevel Inheritance in Python_en.srt 7.8 KB 06 - Inheritance - The third pillar of OOP/004 4.Inheritance.pdf 236.2 KB 06 - Inheritance - The third pillar of OOP/004 Exercise-Inheritance.pdf 226.1 KB 06 - Inheritance - The third pillar of OOP/004 inheritance.py 911 B 06 - Inheritance - The third pillar of OOP/004 Public, Protected and Private - Naming Conventions in Python.mp4 20.4 MB 06 - Inheritance - The third pillar of OOP/004 Public, Protected and Private - Naming Conventions in Python_en.srt 15.9 KB 07 - Polymorphism - The final pillar of OOP/001 Overriding and the super() method.mp4 30.4 MB 07 - Polymorphism - The final pillar of OOP/001 Overriding and the super() method_en.srt 15.2 KB 07 - Polymorphism - The final pillar of OOP/002 The Diamond Shape Problem in Multiple Inheritance.mp4 22.6 MB 07 - Polymorphism - The final pillar of OOP/002 The Diamond Shape Problem in Multiple Inheritance_en.srt 9.2 KB 07 - Polymorphism - The final pillar of OOP/003 Overloading an Operator.mp4 22.5 MB 07 - Polymorphism - The final pillar of OOP/003 Overloading an Operator_en.srt 9.3 KB 07 - Polymorphism - The final pillar of OOP/004 5.Polymorphism.pdf 231.2 KB 07 - Polymorphism - The final pillar of OOP/004 Exercise-Polymorphism.pdf 20.1 KB 07 - Polymorphism - The final pillar of OOP/004 Implementing an Abstract Base Class (ABC).mp4 41.9 MB 07 - Polymorphism - The final pillar of OOP/004 Implementing an Abstract Base Class (ABC)_en.srt 14.4 KB 07 - Polymorphism - The final pillar of OOP/004 polymorphism.py 383 B 08 - Final Project - Simulate a Banking System/001 Problem Statement.mp4 4.8 MB 08 - Final Project - Simulate a Banking System/001 Problem Statement_en.srt 2.6 KB 08 - Final Project - Simulate a Banking System/002 Project Solution - Part 1.mp4 28 MB 08 - Final Project - Simulate a Banking System/002 Project Solution - Part 1_en.srt 15.8 KB 08 - Final Project - Simulate a Banking System/003 banking.py 3.9 KB 08 - Final Project - Simulate a Banking System/003 Project Solution - Part 2.mp4 38.5 MB 08 - Final Project - Simulate a Banking System/003 Project Solution - Part 2_en.srt 16.9 KB 08 - Final Project - Simulate a Banking System/004 Congratulations!.mp4 8.9 MB 08 - Final Project - Simulate a Banking System/004 Congratulations!_en.srt 1.2 KB 09 - Bonus Lecture/001 Bonus Lecture.html 990 B