Home Page

Курс "ООП на Python" - Google Play




About Курс "ООП на Python"

The course "Object-oriented programming in Python" introduces the features of object-oriented programming in general and its implementation in the Python language. The application is supplemented with examples of...

The course "Object-oriented programming in Python" introduces the features of object-oriented programming in general and its implementation in the Python language. The application is supplemented with examples of practical work solutions. The lessons themselves are freely available at https://younglinux.info/oopython/course. Short video versions of the lessons: https://www.youtube.com/playlist?list=PLx40Tc4pO423OvwMLI7VNwXqoSOnWF_53

The course assumes prior knowledge of structured programming in Python, which you can get acquainted with in our first course "Python. Introduction to Programming": https://younglinux.info/python/course.

The course includes 15 lessons:

1. What is object-oriented programming
2. Creation of classes and objects
3. Class constructor - __init __ () method
4. Inheritance
5. Polymorphism
6. Encapsulation
7. Composition
8. Operator overloading
9. Static methods
10. Iterators
11. Generators
12. Modules and packages
13. Documenting the code
14. Sample Object Oriented Python Program
15. Results of the course "Object-oriented programming in Python"

The key concepts in object-oriented programming are "class" and "object". Objects are derived from their classes. In the Python programming language, such objects are called instances.

Inheritance, polymorphism and encapsulation are the basic principles, pillars of object-oriented programming. Inheritance implies the ability to define child classes, polymorphism is a different way of implementing the same thing, encapsulation is hiding and combining data and methods. Composition is implemented less often, it means the ability to create objects, the constituent parts of which are objects of other classes.

A constructor in OOP is a class method that is called automatically when an object is created from this class. At the same time, constructor refers to operator overloading methods. The names of such methods are regulated by the programming language itself, and their call occurs automatically when the object participates in certain operations. For example, adding, extracting an element, etc.

Iterators are a special kind of objects, similar to collections like a list, but which do not store the entire set of elements, but generate only one each time it is accessed. Python has built-in datatype classes from which iterators are created. However, you can also define your own classes, whose instances will have iterator capabilities.



Previous Versions

Here you can find the changelog of Курс "ООП на Python" since it was posted on our website on 2023-04-01 14:10:26. The latest version is and it was updated on 2024-04-22 13:04:19. See below the changes in each version.

Курс "ООП на Python" version
Updated At: 2023-06-11
Changes: Измененно оформление кода, переписан урок про инкапсуляцию
Курс "ООП на Python" version
Updated At: 2022-05-06
Changes: Исправлены ссылки на последние ответы к урокам.


Related Apps

Here you can find apps that are similar with Курс "ООП на Python".



Disclaimer

Official Google Play Link


We do not host Курс "ООП на Python" on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Google and passed their terms and conditions to be listed there. We recommend caution when installing it.

The Google Play link for Курс "ООП на Python" is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 1
Updated At: 2024-04-22 13:04:19
Publisher: plustilino
Operating System: Android
License Type: Free Trial