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

> The course "Object-oriented programming in Python" + Answers

Canonical page: [https://chrome-stats.com/d/info.younglinux.pythonoop?hl=es](https://chrome-stats.com/d/info.younglinux.pythonoop?hl=es)

## Overview

- **ID:** `info.younglinux.pythonoop`
- **Platform:** Android
- **Type:** Android app
- **Status:** Removed
- **Publisher:** plustilino
- **Category:** EDUCATION
- **Downloads:** 805
- **Version:** 2023.06
- **Last updated:** 2023-06-11
- **First published:** 2018-05-09
- **Size:** 7.10 MB
- **Data as of:** 2025-02-11
- **Store listing:** [Google Play Store](https://play.google.com/store/apps/details?id=info.younglinux.pythonoop)
- **Website:** [https://younglinux.info](https://younglinux.info/)
- **Privacy policy:** [https://younglinux.info/policy/oopython](https://younglinux.info/policy/oopython)

## Description

The course &quot;Object-oriented programming in Python&quot; 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<br><br>The course assumes prior knowledge of structured programming in Python, which you can get acquainted with in our first course &quot;Python. Introduction to Programming&quot;: https://younglinux.info/python/course.<br><br>The course includes 15 lessons:<br><br>1. What is object-oriented programming<br>2. Creation of classes and objects<br>3. Class constructor - __init __ () method<br>4. Inheritance<br>5. Polymorphism<br>6. Encapsulation<br>7. Composition<br>8. Operator overloading<br>9. Static methods<br>10. Iterators<br>11. Generators<br>12. Modules and packages<br>13. Documenting the code<br>14. Sample Object Oriented Python Program<br>15. Results of the course &quot;Object-oriented programming in Python&quot;<br><br>The key concepts in object-oriented programming are &quot;class&quot; and &quot;object&quot;. Objects are derived from their classes. In the Python programming language, such objects are called instances.<br><br>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.<br><br>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.<br><br>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.

## Permissions and access

### Permissions

- `info.younglinux.pythonoop.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION`

## Similar extensions and apps

- [Введение в Python. Курс](https://chrome-stats.com/d/info.younglinux.pythonintro) — 3,369 users
- [Kamisatu- OOP Basics](https://chrome-stats.com/d/com.kamisatu.client) — 12,562 users
- [Learn Python Programming](https://chrome-stats.com/d/com.fashbell.learn.python) — 2,042 users
- [Tkinter. Курс](https://chrome-stats.com/d/info.younglinux.pythontkinter) — 821 users
- [Object Oriented Programming](https://chrome-stats.com/d/com.malab.objectorientedprogrammingpdf) — 29 users
- [Learn Python Programming Guide](https://chrome-stats.com/d/com.ognje.py) — 42 users
- [Learn OOP](https://chrome-stats.com/d/oops.objectorientedprogramming.programming.coding.java.cpp.learn.coding.basics) — 65,819 users, 4.29 / 5
- [Object Oriented Programming](https://chrome-stats.com/d/com.malab.objectorientedprogramming) — 624 users
- [Object Oriented Programming](https://chrome-stats.com/d/com.SeeLogo.ObjectOrientedProgrammingwithPython) — 2 users
- [Learning OOP](https://chrome-stats.com/d/com.airtonsiq.learnoop) — 120 users
- [Введение в Pygame. Курс](https://chrome-stats.com/d/info.younglinux.pygame) — 259 users
- [Object Oriented Programming (O](https://chrome-stats.com/d/com.chavan.oops) — 43,702 users

---

Source: [Chrome-Stats](https://chrome-stats.com/d/info.younglinux.pythonoop?hl=es)
