Object-Oriented Programming in Python, Part 1

Purchase a Subscription!

Watch the first few minutes on us! If you'd like to watch the entire video and hundreds more like it, download code samples, access offline videos and skills assessments, and use the discussion forums, log in or purchase a subscription.


Instructor

Eric Greene

Description

Learn the basics of object-oriented programming in Python by learning how to write classes and use those classes in your code.

Table of Contents

00:00:00 Introduction
00:01:11 Overview
00:16:09 Development Environment
00:18:38 Setting Up a Development Environment (Demo)
00:22:27 Classes
00:29:40 Defining a Class (Demo)
00:37:51 Inheritance
00:43:20 Defining a Subclass (Demo)
00:49:25 Access Modifier Patterns
01:02:51 Using Access Modifier Patterns (Demo)
01:12:10 Class Methods
01:14:49 Class Methods in Action (Demo)
01:17:49 Iterable Classes
01:20:39 Iterable Classes in Action (Demo)
01:29:35 Conclusion

Related Links

Series

This course is part of the following series: