Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- 1.1 Classes, Instances, Attributes, Methods — introduction
- erything is an object (functions, modules, lists, etc.). In the very last section of this module, you'l... of built-in types, like numbers, strings, lists, etc., that are used to build more complex types. Crea
- 2.2 Inheritance and polymorphism — Inheritance as a pillar of OOP
- is order: * the definition of **class B** is fetched; * the definition of **class C** is fetched; * Python finds the requested method in the **cla
- 3.1 Advanced techniques of creating and serving exceptions
- get data from an external source (console, file, etc.) you should not trust the data types, so it’s wi... consistent way for later processing like logging, etc. Look at the following code and the output trace
- 2.1 Python core syntax
- ributes describing a person: age, salary, weight, etc. What does it mean to add two objects of the Pers
- 2.5 Different faces of Python methods
- es_created'' class variable. The number could be fetched using a class method named ''get_number_of_wat
- 2.6 Abstract classes
- hods for “open”, “play”, “get details”, “rewind”, etc., to maintain polymorphism. Your team should imp
- 2.8 Composition vs Inheritance - two ways to the same destination
- eage, starting and stopping the vehicle, fueling, etc. Once you inherit a “mileage” property from the b