I want to learn how to program

Asked

Viewed 410 times

1

I want to learn how to program, what do you recommend I do first? I saw on several sites about python, which is a language to learn first, is good? Which should I leave after? Obg!

  • Learn programming logic, algorithms then set up the language environment and practice a lot

  • If you don’t know anything yet, I think code.org is a good option.

  • Hi Pedro, welcome to the site. Questions like this are not usually accepted here on the site, as they tend to generate many purely opinionated answers. I suggest you try to start with whatever is at hand, and from there bring more specific questions as they appear. It looks like you’re interested in starting with Python, so dig deep. This link can be a good start: http://wiki.python.org.br/AprendaProgramar

  • Like the one found below.

1 answer

0

  • 1

    Changing the introductory language suggestion from C++ (object-oriented) to C (procedural), I agree. And I personally prefer those languages where you learn the pointer concept rather than starting with Python’s Garbage-Collection, for example.

  • 1

    So my friend, C++ can also be procedural, it all depends on the way it treated.

  • It can, but if we’re going to set aside the C++ object orientation, what’s left is C. And for someone wanting to learn on their own, it’s best to recommend exactly what they need to learn.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.