3
occi07
6y

What computer language should I start with to learn programming?

Comments
  • 6
    Python
  • 2
    Html

    Joke aside, find a language that's popular around you so you can ask when you stuck or find one that suits your liking. Otherwise get a book
  • 2
    Thank you zarcg
  • 4
    C since a good amount of languages are based on its syntax
  • 2
    There are really two approaches to this. You could go for a really high level language like python, which reads a lot like pseudo code/English and isn’t too difficult to learn syntactically. That’s more of a top down approach, as you’d later learn lower level languages. Alternatively, you could start low with C (or C++ for the OOP), which would give you a more fundamental understanding of how things work. Personally I started with Java, which was kinda nice because it’s a middle of the road sorta approach. Whatever you pick, you’re not locked into it so don’t stress it too much
  • 2
    @Orni this is not stack overflow.. 🎭
  • 2
    Pick a (small) project and learn a programming language to implement it. You'll be motivated on the long road, but the programming language itself doesn't matter
  • 2
    @d02d33pak There still is a "question" category so...
  • 1
    Php

    Seriously

    It's easy to learn the basics

    Just don't get bad habits
  • 0
  • 0
Add Comment