Week 1 Forum

Advantages of Python Programming Language..

Advantages of Python Programming Language..

by Shayon kumar Basak191-15-12571 -
Number of replies: 0

Python is a high level, interpreted and general purpose dynamic programming language that focuses on code readability.It has fewer steps when compared to Java and C.It was founded in 1991 by developer Guido Van Rossum.It is used in many organizations as it supports multiple programming paradigms.It also performs automatic memory management.
Advantages 
1) Presence of third-party modules
2) Extensive support libraries(Numpy for numerical calculations, Pandas for data analytics etc)
3) Open source and community development
4) Easy to learn
5) User-friendly data structures
6) High-level language
7) Dynamically typed language(No need to mention data type based on value assigned, it takes data type)
8) Object-oriented language
9) Portable and Interactive
10) Portable across Operating systems