0
Which program you advise to learning(java, python, c++, Vba، C#)? Which is better, useful, all-purpose?
7 odpowiedzi
+ 9
Java
+ 2
start with web: Html,Css,Js if you want to develop mobile then learn Java, Object C or Swift
+ 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)
+ 1
which app you know that create with python? is it good?
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.
- 2
Downvoted for giving out the facts, lol
- 3
C++ is the most all purpose and fastest out of all of them since its lower level