Why we use python and java instead of c mostly in our developer platform even c is faster than other two's why???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why we use python and java instead of c mostly in our developer platform even c is faster than other two's why????

Confusion

5th Nov 2019, 11:08 AM
Bhushan Shinde
Bhushan Shinde - avatar
2 Answers
+ 5
Now try to build web app with C and then see how easy it is to do with higher level languages like C#/Java/Python. You choose tool for a job, there is no universal one. C is good for embedded programming for example.
5th Nov 2019, 11:15 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 2
Higher languages like Python are easier to handle, since they handle a lot of things in the background without you even knowing. You will have to write more code in C to do the same job, and you'll have to watch out more, since C doesn't guard as much against your mistakes. Using a language like Python, that's like sitting in a robot suit that does all the work for you, but it's somewhat unwieldy, moves slowly and eats up a lot of energy. So when for a task speed doesn't matter so much, you might prefer using a language that's easy to handle; while when speed matters a great deal, you better spend the extra nerves and use C.
5th Nov 2019, 11:15 AM
HonFu
HonFu - avatar