Which program you advise to learning(java, python, c++, Vba، C#)? Which is better, useful, all-purpose? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which program you advise to learning(java, python, c++, Vba، C#)? Which is better, useful, all-purpose?

22nd Apr 2017, 3:06 AM
hamid
hamid - avatar
7 Answers
+ 9
Java
22nd Apr 2017, 3:21 AM
Agus Mei
Agus Mei - avatar
+ 2
start with web: Html,Css,Js if you want to develop mobile then learn Java, Object C or Swift
22nd Apr 2017, 3:20 AM
Alex
Alex - avatar
+ 1
All of them, You don't hhave to think whic is what, the project defines that, example, need a GUI app, normally here I make a plan of the functions in ruby, then I code the GUI in Cpp or C#(Java sometimes, but make it feel somewhat laggy), then I make the Functions in the language i choosed and buala(I tried with ruby once, it was.fun, but not too fast... Still loving it)
22nd Apr 2017, 5:16 AM
NADA DADA (N)
NADA DADA (N) - avatar
+ 1
which app you know that create with python? is it good?
22nd Apr 2017, 8:13 PM
hamid
hamid - avatar
0
OK, let's give the facts, shall we? VBA is not really useful, except maybe if your work with Excel, so you don't really have to learn it. C++ is really powerful and fast, but it ca be VERY hard if you are an absolute beginner, so you might not want to start with it. I don't have much experience with C# so I can't give you advice with it. It is useful, but you'll have to discover it yourself. Java is powerful if used properly, but good Java code is slow and fast Java code quickly becomes unreadable, so beware if you want performance (sorry, I hate Java for that) Python is my favorite language, so I might not give a complete picture. Good Python code is pretty fast, although slower than C/C++, and it is quite readable (if handed properly). However, it has some weird corners and it gives you nearly all power over your code, so beware. For instance, operator overloading (changing the meaning of an operator sur as + - or *) is really easy.
22nd Apr 2017, 1:21 PM
Amaras A
Amaras A - avatar
- 2
Downvoted for giving out the facts, lol
22nd Apr 2017, 5:12 AM
aklex
aklex - avatar
- 3
C++ is the most all purpose and fastest out of all of them since its lower level
22nd Apr 2017, 4:57 AM
aklex
aklex - avatar