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

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

提供元: plustilino
The course "Object-oriented programming in Python" + Answers

特徴と機能

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.

ユーザー成長とダウンロード統計

App
提供元:
plustilino
ダウンロード数:
805
バージョン:
2023.06 最終更新日: 2023-06-11
バージョンコード:
6
作成日:
2018-05-09
権限:
  • info.younglinux.pythonoop.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
サイズ:
7.10MB
価格:
0.99
メールアドレス:
ps*****@gmail.com
URL:
Webサイト ,プライバシーポリシー
詳細説明:
詳細な説明を見る
ソース:
Google Playストア
データ取得日:
2025-02-11
統計とランキングを比較:

開発者に問い合わせる

Chrome-Stats はこの Androidアプリ を所有していません。以下の情報を使用して、Androidアプリ 開発者にお問い合わせください。
開発元:
plustilino
Google Playストア
https://play.google.com/store/apps/details?id=info.younglinux.pythonoop
電子メール:
ps*****@gmail.com
ウェブサイト:
https://younglinux.info

ベストのКурс "ООП на Python"代替案

Курс "ООП на Python"に類似したAndroid appをいくつか紹介します: