Which is better, Python or C++?

importostar

importostar

Posted on July 7, 2020

Which is better, Python or C++?

Learn Python Programming

Between Python and C++ you can't answer which is better because programming languages are like tools. So that's like asking what's better a pen or a pencil?

If you want to develop high level apps, like web apps, video games, desktop apps, machine learning or basic scripting then you can go for Python

If you want to do operating system development or electronics programming, you can use for C.

So it depends on the application domain. So for C is more low level stuff, and Python is more what the end user touches.

💖 💪 🙅 🚩
importostar
importostar

Posted on July 7, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related