+ 11
How would you use Python in the real world? (difference between Python, Java and C++)
I'm acctually interessted in knowing the rea difference between the programming languages as i'm still new here learning each (Java,C++ and Python) doesn't seem to make a difference in progmramming. Could anyone please explain to me this and where each of them is useful. Thank you.
5 Answers
+ 13
java would be used for android phone apps, or programs, and sometimes servers.
c++ is used for video games, and high performance programs.
python is used to automate things (like spreadsheets and webscraping), program prototyping, and is often used for servers too.
these aren't strict uses, they are just the most common for those languages. you can make a android app with python, automation with c++, and java for video games etc.
+ 9
Here is some information on how and where python is being used successfully, organised by application.
As you will see it is a very adaptable to almost any situation.
https://www.python.org/about/success/
+ 8
You are welcome!
+ 5
Thank you
+ 1
To program Blender 3D. It's based on Python and allows you to make add-ons and program it's gaming system. www.blender.org