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

18th May 2017, 11:12 AM
Ravi Rao
Ravi Rao - avatar
7 Answers
18th May 2017, 11:36 AM
syshivaay
+ 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.
21st May 2017, 6:42 PM
Jeromy Reimer
Jeromy Reimer - avatar
0
Try C#. Don't let the name fool you. It's actually based on Java
18th May 2017, 11:29 AM
trevor villanueva
trevor villanueva - avatar
0
a script language such as python, is a good complement.
18th May 2017, 11:54 AM
ifl
ifl - avatar
0
i think u should learn java as it is object oriented and so this concept you learnt in c++ will help you here
18th May 2017, 3:11 PM
ROHIT GUPTA
ROHIT GUPTA - avatar
0
I think you should try core java. You will have fun learning core java.
19th May 2017, 3:40 AM
Mayur Barpande
Mayur Barpande - avatar
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.
21st May 2017, 5:20 PM
Sai Saketh Aluru
Sai Saketh Aluru - avatar