Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Python 3 - Object Oriented Programming

    Posted By: IrGens
    Python 3 - Object Oriented Programming

    Python 3 - Object Oriented Programming
    .MKV, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 3h 49m | 1.84 GB
    Instructor: Arkadiusz Włodarczyk

    What is/when/and why should you use Object Oriented Programming?

    What are classes?

    What are objects?

    What is an instance of the class?

    What characterizes objects?

    How to create objects using classes?

    How do you create methods?

    What is "self"?

    You will learn the difference between a global method and one within a class.

    __init__ - initializer - object constructor. The method that is always called during the construction of the object.

    What is init, why do we use it, how to use it?

    How to document? How to record the facts regarding your class and class' methods?

    What are dunder methods?

    How to organize files when more than one class appears?

    How do you refer to rockets with the help of an object made from the RocketBoard class?

    How to implement indexing in your object?

    Is it important to understand Math? Let's talk about how real programming looks like.

    How to create and when to use static methods?

    How to set annotations regarding type of variables in Python?

    How to implement len method which will count amount of things that you decide you want to count ;)

    How to use static variables? When to use them?

    Practising classes on bank account example - withdrawing and depositing money.

    How to properly handle returned values from methods?

    What is inheritance?

    What is parent/super class? What is child/subclass? How to override method from parent class?


    Python 3 - Object Oriented Programming