0
what programming language should I learn first ? Java or Python ?
I'm a first timer, the only thing I know is the basics like html and css
7 Answers
+ 16
Python should be learned first though!
Java>Python
+ 4
document.write(Math.floor(Math.random()*2)?"Java":"Python")
Try that code AND KEEP THE COURSE FROM THE RESULT BELOW!
+ 4
c#
+ 1
jaython
0
i suggest python 3
(personal opinion)
0
python and then java
0
Python and Java are both supposed to be good languages to learn first, but if you already know HTML and CSS, Javascript is another really good option for a first course. There are many resources to support you along the way. I use "thenewboston" Youtube playlists then use Sololearn, as well as Khan Academy. C based languages are very powerful, but better for learning when you already learned concepts with another language because C finicky and isn't very forgiving like Java, Python and JS are. Python does come slightly more recommended for beginners than Java.