+ 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
2 Respostas
+ 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.
+ 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.