+ 2
Which programming language should I learn after C++?
I'm studying Electrical engineering. Programming is my hobby. So, which language shall I learn after learning C, C++? I just want to have fun.
7 Answers
+ 4
+ 1
Any other language than Java unless you plan to create Android apps. Although even for android it's possible to use other programming languages like C++ through JNI. I think Python is good as a language for writing scripts to automate stuff and can be used to create concepts a lot quicker and requires less code to get the same things done as in other languages. Don't get me wrong. Python can be used for a lot more than just scripting and automating stuff. Look at the Blender 3D software. It's a good example of what Python can be used for. Some might argue Python is slow, but I believe when compiled with Cython it is often just as fast as other languages.
0
Try C#. Don't let the name fool you. It's actually based on Java
0
a script language such as python, is a good complement.
0
i think u should learn java as it is object oriented and so this concept you learnt in c++ will help you here
0
I think you should try core java.
You will have fun learning core java.
0
I think as everyone suggested, either java or python is good. Also you can start learning web development with html and css if you are interested. That is quite good and useful as well.



