Beginner question

Hello guys I am a beginner so which language should I start to learn?

I guess it depends on what your goals are. If web development is where you want to go, I’d focus on HTML, CSS and JavaScript.

1 Like

Harvards Free - CS50 is a great course for learning the ins and outs of programming with introductions to a variety of mainstream coding languages. It’s at your own pace and they provide tools and environments for development and collaboration. I highly recommend it for anyone
:+1:

1 Like

Thanks for helping!!
But I am not interested in web development
As I want to make games so for that what u should recommend?

I believe that your choice of programming language is less important than learning to program. You need to learn the basic ideas of variables, sequencing, decision making and looping.

The free CS50 course that @rdev1163 suggested would be a good starting point.