0
How to start
Hi All, how should I start my coding journey from the scratch, what course should i start
3 Réponses
+ 2
this question was asked a lot of times.
feel free to use the search form....
it depends on what would you like to do/build.
for web: html, css, js
for logical thinking, and almost future proof: python, c#
understanding modern programming form "the beginning": c, after that c++
+ 1
Go to the Learn section, pick a course that piques your interest, and there...you've started.
0
I recommend Python as a good first language because it's fairly basic in structure but grows into some advanced capabilities. People who think they will enjoy more of the back-end coding will enjoy Python. Back-end coding is more about functionality.
For people who are more interested in front-end (what things look like), then HTML/CSS/JavaScript is a great path. You will learn how to build a web page, how to make it pretty, and how to make it do things. It's an outstanding skillset and can also grow into some very advanced skills.