Why Python getting more familiar than Others Coding languages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why Python getting more familiar than Others Coding languages?

What are the relevant features makes python more acceptable to coders ?

31st Aug 2019, 3:07 PM
Dipin P Dinesh
Dipin P Dinesh - avatar
3 Answers
+ 3
Because reading python code is like reading a English book and alse you no need yo declare variables type it automatically detect type of variables like x=0 It is declaration of integer variable x and stored 0 If you want to check is it integer or not than use type() like type(x) And it will return type of variable like this <int class> In python every thing is object this thing make python different to other programming languages. Thankyou
31st Aug 2019, 5:25 PM
Abhishek Kushwaha
Abhishek Kushwaha - avatar
+ 3
It has an easy beginner-friendly syntax and good libraries.
31st Aug 2019, 10:52 PM
Sonic
Sonic - avatar
+ 2
Thank you Abhishek 👍 So it's the simplicity of python makes it better among others, due to the dynamic datatype assignment of variable at code execution
31st Aug 2019, 5:46 PM
Dipin P Dinesh
Dipin P Dinesh - avatar