+ 1
Whats the most important code I should learn
I want to start learning different code, so which one should I start learning?
3 Antworten
+ 4
Hello, Lucas Is Epic !
As it may sound banal, but to learn how to program, you need to program. Start by setting the task, what would you like to program. Once determined - act. If something is not clear - look for information, read, study. In the age of Internet technology, searching and receiving information has become easier than ever. And the main advice - not to pursue fashion, the fashion changes, and the fundamental knowledge and skills remain.
My advice for the web is to use "html", "css", "javascript", etc. For system programming, "c++", "c#", "java", etc
Good luck with programming on SoloLearn!
+ 2
Thanks!
+ 1
It depends on your needs/interests.
If you want to perform complex calculations, high level languages like Python are recommended.
Games: C++/C /(Java)
Webpages: HTML + CSS +JS (ES6) + PHP/Python(Django)