Week 1 Forum

Advantages of python programming language.

Advantages of python programming language.

by Yeasin Bhuiyan -
Number of replies: 0

1)Python is a high level programing language that has English-like syntax.So it is much easier to read and write.

2)It is a productive language and it requires less lines of code to be written which makes it more desirable to the developers.

3)It is an interpreted language which executes code line by line and that makes debugging easier.

4)Python has a huge library support where all type of functions are found.

5)It is a portable language, like write python code and run it anywhere,change of platform doesn’t matter as like any other languages.