What are advantages of python over other languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are advantages of python over other languages?

12th Jul 2016, 9:34 PM
Harshit Kumar Tiwari
3 Answers
+ 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!
12th Jul 2016, 10:00 PM
samuel delepoulle
samuel delepoulle - avatar
+ 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.
12th Jul 2016, 11:08 PM
Francisco Gómez García
Francisco Gómez García - avatar
+ 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).
16th Jul 2016, 7:26 AM
Subhankar Paul
Subhankar Paul - avatar