Python Tutorial : OOP Classes

preview_player
Показать описание
In this python tutorial for beginners I give an introduction to classes and OOP (Inheritance) by implementing a simple example.

I show how to create own classes with Python and how to instantiate these and derive classes from base classes.

Here are my social platforms:
Рекомендации по теме
Комментарии
Автор

I got hung up trying to figure out what an ( if x: ) statement meant. It may be simply because I'm moving past some basics too quickly but I thought you'd like the feedback either way. I now know it's a Boolean. Great videos!

crookedvertex
Автор

Hi. Thanks for the tutorial. After writing lines 32-34, I get this message when I run it: TypeError: Error when calling the metaclass bases
__init__() takes exactly 3 arguments (4 given). What am I doing wrong?

adrienalain