About Lesson
Features of Python Language:
- Simple and easy to learn
- Less lines of code
- Freeware and Open Source
- High level programming Language
- Platform Independent
- Dynamically Typed
- Both procedure and Object Oriented
- Interpreted Language
- Extensible (Other languages code can be embedded into python code)
- Embedded (Python program can be embedded in other languages)
- For machine learning and data science python is best choice
Limitations:
- Interpreters are always slower in performance when compared with compilers
- Cannot be used for Mobile applications
- Not suitable for enterprise applications