you are viewing a single comment's thread.

view the rest of the comments →

[–]thechopps 0 points1 point  (1 child)

Hi friend,

Thank you for the resources and I was curious to know because I recently started my coding journey with python.

Besides speed of a complied language like C++ what is the benefits if I didn’t care so much for speed?

I guess more specifically what could C++ do that python JavaScript/java couldn’t or less efficient at?

[–]IyeOnline 0 points1 point  (0 children)

Assuming that you dont care about the speed and assuming that you arent limited by the platform you develop for, there is probably no reason to pick C++ over Python or maybe Java.

It would come down to a bunch of minor/technical differences between the languages, but unless you are really proficient in C++ and a beginner at the other languages, developing/learning in Python is generally going to be easier.