Похожие презентации:
Python. Some of the Python’s codes
1.
PythonPrepared by:
Hahaev Anton
Chistyakov Denis
Chernigin Nikita
2.
Guido Van RossumIt’s easy to understand Python
3.
Advantages+ Good for beginners
+ Simple minimalistic syntax
+ Large standart library and many additional libraries
+ Supports object-oriented programming and other paradigms
+ Cross-platform and support for almost all modern systems
Disadvantages
- Low speed
- Poorly suited for mobile all development
- Due to dynamic typing, there is a higher probability of error at startup, more tests are needed
- Not suitable for working with low-level memory
- Incompatibility of different versions of the language
- Inability to write drivers