+ 3
which language should i prefer to learn as a beginner???
20 ответов
+ 1
python, c, assembly for now
+ 4
I'd ask yourself, what are my short/long term goals? What type of job/task do I see myself doing later? Depending upon what you're wanting to do later, I'd make my choice based upon that so you're not wasting time on something that you may not even use when you could spend it focused on your goals instead.
For example, are you planning to go into web development? Game development? App development? Desktop development? etc...
Throw some information my way and I'll let you know what I recommend for your chosen path. If you've no idea what you want to do, then start with something like Java, C#, or C++.
+ 2
Assembly is a low level language. Assembly language more faster convert to machine language. So, machine easily can understand.
+ 2
java for begginers
is the best
+ 1
umm....i want to go in the field of cyber security...
+ 1
Thank you sir Sreejith
+ 1
Sreejith, do you know assembly?
+ 1
i read that article by now,but it is really hard to understand to me right now.
Sir Daljeet Singh
+ 1
thank you Sir Sreejith.
but can you please explain me this code..
>>> 7%(5//2)
why this code outputed 1
+ 1
5//2 <- floor division i.e decimal point is not involved (integer division)
so 5//2 = 2
7%(2) = 1
% modulus operator calculates the remainder
+ 1
thank you...
+ 1
It’s all just depends on what you want to do. C++ and C# are using in making games and other things. If you want to be a web developer then learn html and css first and then move on to java. I hope this helped.
+ 1
assembly for beginners!?!?!?!?!?
well.... jumping straight into the fire can be a great way to learn, and you'll have the knowledge to use any language with just a quick review, but DAYUM! that's quite a suggestion....
"which language should I use as a beginner? "
"learn the hardest language there is!"
+ 1
Sreejith ah, that makes a lot more sense.
0
check this thread for further details
https://www.sololearn.com/Discuss/563537/?ref=app
0
aarch64 some basics
0
assembly what it does?
0
jamesnathanhamm do you mean move on to javaSCRIPT? (java is quite different, and I would put it with the first grouping of languages; it's good for game development more than web development)
0
Aethenosity, he is supposed to learn them in that order.
python -> c -> assembly