Udemy - Python Beyond the Basics - Object-Oriented Programming [Course Drive]
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size646.6 MB
- Uploaded Bycoursedrive
- Downloads418
- Last checkedApr. 26th '20
- Date uploadedApr. 25th '20
- Seeders 47
- Leechers19
⚡️⚡️For More Udemy Courses Visit ?? Course Drive
Python Beyond the Basics - Object-Oriented Programming
From Classes To Inheritance - OOP In-Depth For Python Programmers
What you'll learn
• Design Reusable Object-Oriented Python Classes
• Apply OOP Concepts to handle complexity
• How to handle Errors
Requirements
• This course is designed for users that already have a basic working knowledge of Python
Description
In this Python Beyond the Basics - Object-Oriented Programming training course, expert author David Blaikie will teach you how to design Python classes, and how to implement object-oriented programming concepts in Python. This course is designed for users that already have a basic working knowledge of Python.
You will start by learning about classes, including defining a class, class attributes, and working with class and instance data. From there, David will teach you about inheritance and polymorphism. This video tutorial also covers advanced features, such as implementing core syntax, subclassing built-ins, and new style classes. You will also learn about exceptions and object serialization. Finally, David will teach you about efficiency and testing, including debugging, logging, and benchmarking.
Once you have completed this computer based training course, you will be fully capable of designing your own Python classes, as well as implementing object-oriented programming concepts in Python.
Who this course is for:
• Anyone wanting to learn Object-Oriented programming with Python
Files:
Python Beyond the Basics - Object-Oriented Programming Python Beyond the Basics - Object-Oriented Programming 6. Exceptions- 1. Trapping And Raising Exceptions.mp4 (31.8 MB)
- 1. Trapping And Raising Exceptions.vtt (18.0 KB)
- 2. Custom Exceptions.mp4 (18.5 MB)
- 2. Custom Exceptions.vtt (9.1 KB)
- 3. Assignment 4.mp4 (15.0 MB)
- 3. Assignment 4.vtt (7.4 KB)
- 4. Assignment 4 - Solution.mp4 (14.5 MB)
- 4. Assignment 4 - Solution.vtt (5.7 KB)
- ReadMe.txt (0.5 KB)
- Visit Coursedrive.org.url (0.1 KB) 1. Introduction To Object Oriented Python
- 1. Important - Download These First - Working Files.html (0.0 KB)
- 1.1 Python Beyond The Basics Object Oriented Programming Working Files.zip (730.0 KB)
- 2. What Is Object Oriented Programming And Why.mp4 (7.5 MB)
- 2. What Is Object Oriented Programming And Why.vtt (5.9 KB)
- 3. Object-Oriented Python.mp4 (10.6 MB)
- 3. Object-Oriented Python.vtt (8.2 KB)
- 4. Modules Versus Classes.mp4 (4.9 MB)
- 4. Modules Versus Classes.vtt (4.8 KB)
- Must Read.txt (0.5 KB)
- Visit Coursedrive.org.url (0.1 KB)
- 1. Prerequisites And Toolkit.mp4 (4.6 MB)
- 1. Prerequisites And Toolkit.vtt (3.2 KB)
- 2. Choosing An IDE Or Text Editor And Workflow.mp4 (5.4 MB)
- 2. Choosing An IDE Or Text Editor And Workflow.vtt (4.0 KB)
- 1. Classes, Instances, Attributes And Methods.mp4 (13.5 MB)
- 1. Classes, Instances, Attributes And Methods.vtt (9.5 KB)
- 2. Defining A Class.mp4 (8.6 MB)
- 2. Defining A Class.vtt (6.8 KB)
- 3. Instance Methods.mp4 (12.1 MB)
- 3. Instance Methods.vtt (7.8 KB)
- 4. Instance Attributes.mp4 (5.8 MB)
- 4. Instance Attributes.vtt (4.8 KB)
- 5. Encapsulation.mp4 (12.0 MB)
- 5. Encapsulation.vtt (8.3 KB)
- 6. Init Constructor.mp4 (6.8 MB)
- 6. Init Constructor.vtt (8.3 KB)
- 7. Class Attributes.mp4 (5.4 MB)
- 7. Class Attributes.vtt (4.1 KB)
- 8. Working With Class And Instance Data.mp4 (15.6 MB)
- 8. Working With Class And Instance Data.vtt (8.6 KB)
- 9. Assignment 1.mp4 (7.1 MB)
- 9. Assignment 1.vtt (5.3 KB)
- 10. Assignment 1 - Solution.mp4 (8.4 MB)
- 10. Assignment 1 - Solution.vtt (5.8 KB)
- 1. Inheriting Attributes.mp4 (7.0 MB)
- 1. Inheriting Attributes.vtt (6.1 KB)
- 2. Inheritance Examples.mp4 (15.7 MB)
- 2. Inheritance Examples.vtt (9.4 KB)
- 3. Polymorphism.mp4 (17.9 MB)
- 3. Polymorphism.vtt (9.5 KB)
- 4. Inheriting The Constructor.mp4 (5.7 MB)
- 4. Inheriting The Constructor.vtt (4.0 KB)
- 5. Multiple Inheritance And The Lookup Tree.mp4 (10.4 MB)
- 5. Multiple Inheritance And The Lookup Tree.vtt (7.6 KB)
- 6. Decorators, Static And Class Methods.mp4 (18.8 MB)
- 6. Decorators, Static And Class Methods.vtt (11.4 KB)
- 7. Abstract Classes.mp4 (8.8 MB)
- 7. Abstract Classes.vtt (6.1 KB)
- 8. Method Overloading - Extending And Providing.mp4 (19.8 MB)
- 8. Method Overloading - Extending And Providing.vtt (12.7 KB)
- 9. Composition Versus Inheritance.mp4 (17.3 MB)
- 9. Composition Versus Inheritance.vtt (10.6 KB)
- 10. Assignment 2.mp4 (7.5 MB)
- 10. Assignment 2.vtt (5.3 KB)
- 11. Assignment 2 - Solution.mp4 (11.1 MB)
- 11. Assignment 2 - Solution.vtt (7.2 KB)
- 12. Assignment 2 For Extra Credit - Solution.mp4 (9.1 MB)
- 12. Assignment 2 For Extra Credit - Solution.vtt (4.8 KB)
- ReadMe.txt (0.5 KB)
- Visit Coursedrive.org.url (0.1 KB)
- 1. Implementing Core Syntax.mp4 (8.9 MB)
- 1. Implementing Core Syntax.vtt (10.1 KB)
- 2. Subclassing Built-Ins.mp4 (13.9 MB)
- 2. Subclassing Built-Ins.vtt (9.4 KB)
- 3. Attribute Encapsulation.mp4 (10.9 MB)
- 3. Attribute Encapsulation.vtt (7.5 KB)
- 4. Private Variable Names.mp4 (16.6 MB)
- 4. Private Variable Names.vtt (9.1 KB)
- 5. With Context.mp4 (12.4 MB)
- 5. With Context.vtt (8.3 KB)
- 6. New Style Classes.mp4 (6.5 MB)
- 6. New Style Classes.vtt (5.1 KB)
- 7. Assignment 3.mp4 (14.2 MB)
- 7. Assignment 3.vtt (10.0 KB)
- 8. Assignment 3 - Supplementary Hints.mp4 (9.7 MB)
- 8. Assignment 3 - Supplementary Hints.vtt (7.4 KB)
- 9. Assignment 3 - Solution.mp4 (13.5 MB)
- 9. Assignment 3 - Solution.vtt (6.7 KB)
- 1. Pickle.mp4 (16.6 MB)
- 1. Pickle.vtt (11.4 KB)
- 2. JSON.mp4 (14.1 MB)
- 2. JSON.vtt (9.5 KB)
- 3. YAML.mp4 (20.0 MB)
- 3. YAML.vtt (12.5 KB)
- 4. Assignment 5.mp4 (10.3 MB)
- 4. Assignment 5.vtt (5.3 KB)
- 5. Assignment 5 - Solution.mp4 (5.5 MB)
- 5. Assignment 5 - Solution.vtt (2.3 KB)
- 1. Debugging - PDB.mp4 (21.3 MB)
- 1. Debugging - PDB.vtt (14.7 KB)
- 2. Logging.mp4 (8.3 MB)
- 2. Logging.vtt (5.5 KB)
- 3. Benchmarking - The Timeit Module.mp4 (10.5 MB)
- 3. Benchmarking - The Timeit Module.vtt (8.8 KB)
- 4. The Pytest Module - Part 1.mp4 (18.1 MB)
- 4. The Pytest Module - Part 1.vtt (11.2 KB)
- 5. he Pytest Module - Part 2.mp4 (17.7 MB)
- 5. he Pytest Module - Part 2.vtt (8.8 KB)
- 6. Assignment 6.mp4 (7.3 MB)
- 6. Assignment 6
Code:
- udp://tracker.opentrackr.org:1337/announce
- udp://tracker.leechers-paradise.org:6969/announce
- http://p4p.arenabg.com:1337/announce
- udp://9.rarbg.to:2710/announce
- udp://9.rarbg.me:2710/announce
- udp://exodus.desync.com:6969/announce
- udp://open.stealth.si:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://tracker.tiny-vps.com:6969/announce
- udp://tracker.sbsub.com:2710/announce
- udp://retracker.lanta-net.ru:2710/announce
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.moeking.me:6969/announce
- http://tracker3.itzmx.com:6961/announce
- http://tracker1.itzmx.com:8080/announce