#FEATURES
- How Python interpreter works?
- Python is interpreted, is it a advantage or disadvantage?
- Interactive development
- Python Object Oriented
- Encapsulating code within objects
- Functional and structured language
- can be used as scripting language,
- can be complied to byte-code for building large applications
- Provides high level dynamic data types and supports dynamic type checking
- Automatic garbage collection
- Database
- Other languages
- Scalability: If we consider to write large programs using Python, then its structure helps to build that kind of programs.
- download from: https://www.python.org/
- documentation : https://www.python.org/doc/