+ 1
What are advantages of python over other languages?
3 Réponses
+ 4
Some advantages for me:
- easy to learn (children and beginner can learn application development using it)
- powerful : you can use many functions and library for nearly all usage : script, web development, games...)
- OOP : you can use object to produce well structured codes.
- no explicit memory management : a garbage collector do it for you!
- very concise syntax: some complexes operations can be performed using a few numbers of instructions
- active community!
+ 2
· Software Quality. As language, it's simple but efficient. Programs written in Python are typically a higher level of quality.
· Library Support. Libraries are community-created, pre-built functions. There's nearly an unlimited number of Python libraries available today, each bringing its own benefits.
...and the list go on.
+ 2
python intially developed as a scripting language has enlarged its domain. Its now used as scripting language, UI dev, data analysis(in Pandas , Machine learning etc) , better interface with the noSQL(big data).