0
What do I try first?
Iāve heard that Python is a good way to start coding but some people say HTML is also good for beginners. Which one should I try first?
3 Antwoorden
+ 1
what would you like to do?
build (simple) websites, or create small apps such as
https://code.sololearn.com/cnIatJEzL9ta/?ref=app
https://code.sololearn.com/ccCSrpsh8YYx/?ref=app
https://code.sololearn.com/cehIA7d2bVot/?ref=app
+ 1
HTML isnāt a programming language but it can still be useful to learn even if you wonāt even need it. HTML is very quick to learn. Python is one of the easiest programming languages but since itād your first language it should be harder. The thing is that learning a programming language doesnt mean youāve learned to program. So I recommend you to start with python. Go check Sentdexās python tutorials in youtube. Heās one of the best python teachers in youtube imo.
0
thanks for the input :)