Real Python
  • Start Here
  • Learn Python
    Python Tutorials →
    In-depth articles and video courses
    Learning Paths →
    Guided study plans for accelerated learning
    Quizzes →
    Check your learning progress
    Browse Topics →
    Focus on a specific area or skill level
    Community Chat →
    Learn with other Pythonistas
    Office Hours →
    Live Q&A calls with Python experts
    Podcast →
    Hear what’s new in the world of Python
    Books →
    Round out your knowledge and learn offline
    Unlock All Content →
  • More
    Learner Stories Python Newsletter Python Job Board Meet the Team Become a Tutorial Writer Become a Video Instructor
  • Search
/
  • Join
  • Sign‑In

Python Basics: Object-Oriented Programming (Quiz)

Ian Currie
Python Basics: Object-Oriented Programming Ian Currie
Course Slides (.pdf) Sample Code (.zip) Ask a Question
  • Contents
  • Discussion (1)
Avatar image for Michael Sutherland

Michael Sutherland on Oct. 25, 2023

This course is a good refresher of Object orientated programming if you are experienced programmer with other languages such as C++ and want to see how Python uses classes and instances.

Become a Member to join the conversation.

Course Contents

Overview
100%
  • Getting Started With Python Classes
  • Python Basics: Object-Oriented Programming (Overview) 02:21
  • Introducing Object-Oriented Programming 01:09
  • Creating a Class 02:12
  • Understanding Why You Need Classes 06:04
  • Understanding Instances and Attributes
  • Disambiguating Class and Instance 01:42
  • Instantiating an Object 02:08
  • Understanding the Constructor and Attributes 06:21
  • Understanding Class and Instance Attributes 02:02
  • Instantiating With Attributes 07:03
  • Checking Equivalence Between Objects 03:39
  • Using Methods With Your Classes
  • Introducing Instance Methods 02:55
  • Introducing Dunder Methods 05:42
  • Exploring Dunder Methods in Action 04:56
  • Reviewing What You've Learned
  • Exercising Your New Knowledge 01:46
  • Python Basics: Object-Oriented Programming (Summary) 02:19
  • Python Basics: Object-Oriented Programming (Quiz)

© 2012–2024 Real Python ⋅ Privacy Policy