0
What is suggested for new coders to begin learning?
beginners
2 Réponses
+ 2
You wanting to be a web dev or software dev?
Web: Start with HTML, CSS, JavaScript.
Software: Start with something like Java or C#.
Ultimately, it just depends what your long term goal is. What are you wanting to do? I'd start with something that compliments your long term goal.
Best of luck to you on your journey with it!
0
Python. Easy to learn programming basics in Python before taking those basics to more difficult languages.
Programming languages all use the same concepts. Loops, variables, arrays, etc.. Python makes them easy to understand. After that, focus on a language with a strength in the area you are interested in. once you have a handle on programming basics, it is basically a matter of syntax to go from language to language