+ 4
At what point should I start learning another language?
I have heard that many people start learning other languages too early. I have been coding in python for a bit but I am not sure that i am good enough to start learning HTML
5 Réponses
+ 9
As you mentioned u r not good enough in python, then move from beginner to intermediate then to advanced python, only if u r interested. Otherwise, u can learn HTML and so on... For ur information (HTML, CSS,Js) together used for web development where as python is also used for competitive programming and web development.
+ 4
It depends: sometimes it's when you have learnt your current language well and want to learn more. Other times it's when you don't like the current language and want to try something different.
+ 3
You can learn HTML and CSS in parallel as it's not a programming language but a language by which you communicate with Browsers.
+ 3
Move on to the next programming language when you are able to comfortably build projects with your current language.
+ 3
Luka Diktić My piece of advice would be to never learn Contradicting Concepts like : semicolons and curly braces in java while indentation and colons in python;System.out.println and print,Therefore you'll get confused as what to use where?