Movatterモバイル変換


[0]ホーム

URL:


OOP in Python 3

Intro to Object-Oriented Programming (OOP) in Python

Object-oriented programming (OOP) is one of the biggest and most important subjects in all of programming. This series will provide you with a basic conceptual understanding of object-oriented programming so you can take your Python skills to the next level.

You’ll learn how to define custom types using classes, and how to instantiate those classes into Python objects that can be used throughout your program.

Finally, you’ll learn how classes can subclass one another with a brief introduction to inheritance, which allows you to write maintainable and less redundant Python code.

What’s Included:

Related Learning Paths:

Start Now

Intro to Object-Oriented Programming (OOP) in Python

9 Lessons 40m

  1. 1. What Is Object-Oriented Programming (OOP)?03:37
  2. 2. Classes in Python03:16
  3. 3. Class and Instance Attributes05:58
  4. 4. Adding Attributes to a Python Class06:51
  5. 5. Adding Methods to a Python Class05:52
  6. 6. Introduction to OOP Inheritance04:35
  7. 7. Inheritance Example08:22
  8. 8. Intro to Object-Oriented Programming (OOP) in Python (Quiz)
  9. 9. Intro to Object-Oriented Programming (OOP) in Python (Summary)01:48
Start Now

AboutAustin Cepalia

Austin is a video tutorial author at Real Python. He graduated with a BS in CS from Rochester Institute of Technology in 2023, and now he writes software to support the semiconductor industry.

» More about Austin

Each tutorial at Real Python is created by a team of developers so that it meets our high quality standards. The team members who worked on this tutorial are:

Related Courses:

Participant Comments

Avatar image for vishweshvar

vishweshvar onDec. 4, 2021

This course gave a gentle introduction to OOP, loved the way it was clear, concise and straightforward not beating around the bush, highly recommended for beginners. Thanks Austin, you’re awesome.

Thank you so much for this great tutorial session. Very well explained for novices like me to get a grasp of the concepts and the usage as well in the initial stages.

Avatar image for Jonathan Chatfield

Jonathan Chatfield onOct. 16, 2021

Probably one of the best introductions to classes I have seen.

Great tutorial, I watched it several times and kept coming back for clarity. Within days I wrote two classes/modules and had them running. The concepts, especially the architecture framework, are well explained. This helped me finally get into OOP, Thanks

Avatar image for Walisson

Walisson onApril 15, 2021

Hi all! I’m new here and for sure me a member was the best thing that I did to keep myself on Python Learn track! All videos, articles and stuffs on this website are amazing! Topics are well explained, lean samples and directly to the point. Nice tutorial!

Avatar image for dbristow31

dbristow31 onJan. 28, 2021

This was a fantastic intro to OOP! The step-by-step process and clear instruction helped me understand concepts I couldn’t before. One topic that was especially difficult for me was the use of the ‘self’ parameter and the ‘initializer.’ This video tutorial clarified those features of OOP and made it easy for me to use them. I’m excited to build on this knowledge with the other OOP video tutorials at RealPython!! Thanks, Austin!

Excellent!! Crisp and simplistic way of explaining the most confusing terminologies

Avatar image for horacionesman

horacionesman onMarch 15, 2020

I have been trying to understand OOP for a while and this is the first tutorial in which I’ve started feeling I know what is all about! Thanks!

Very easy to follow. Keep up the great work.

Avatar image for fjavanderspek

fjavanderspek onNov. 25, 2019

Great course, clear and concise, with poignant examples! 10/10 honestly, wouldn’t know what to improve

Avatar image for eduartef

eduartef onNov. 10, 2019

Thank you so much, really helpful for beginners.

Avatar image for kwf777

kwf777 onNov. 7, 2019

Great course and easy to follow and understand.

Avatar image for malcolmgandrews

malcolmgandrews onOct. 1, 2019

Nice series of tutorials, great pace and clarity.

Avatar image for Jean Ferreira

Jean Ferreira onSept. 5, 2019

Very good videos. I started learning the concepts of OOP programming at university, but I needed a more visual way to understand the concepts. Thanks!

Very good introduction!

Avatar image for arnautovdmitry2015

arnautovdmitry2015 onApril 1, 2019

It’s very helpful course. Absolutely nice. Thanks a lot!

Avatar image for Edgar Isai

Edgar Isai onMarch 30, 2019

Really good introductions, i got all the concepts, its easy to follow. Thanks.

Lovely tutorial. very clear and concise. but dawg , its 2019. use f strings :)

Avatar image for DaveCarlson

DaveCarlson onMarch 27, 2019

This was well presented and helpfu. Thanks!

Avatar image for Vincenzo Fiorentini

Vincenzo Fiorentini onMarch 27, 2019

Very good intro even for a complete beginner. Sweet and to the point !

Very good intro to OOP in python.

Avatar image for Jordan Rowland

Jordan Rowland onMarch 23, 2019

Great videos. I found my understanding of OOP was really solidified when working with SQLAlchemy for a Flask project, and having Post and User classes.

Thanks. Well paced and a nicely gentle introduction to OOP. At least it is gentle if you already have the basic concepts and are treating this as a refresher :-)

Avatar image for Peter T

Peter T onMarch 22, 2019

Austin did an excellent job of clearly explaining the various OOP topics in all 7 videos, without leaving any gaps or questions. Now, I’m anxiously waiting for the next set of OOP videos to continue to this course & I hope they show up soon. IMHO, there aren’t enough OOP topics in realpython.com or dbader.org, but there are tons of other Python-related topics in both sites!

← Browse All Courses


[8]ページ先頭

©2009-2025 Movatter.jp