Algorithms and programming

Asked

Viewed 233 times

2

What I need to learn before I go to classes?

  • 5

    Despite being a nice question, the context does not apply to the standards of the Sopt network, not to mention that it is very wide.....

  • 2

    Take an algorithm class on Youtube, if I’m not mistaken, Gustavo Guanabara has some good ones (just looking for that name). Just out of curiosity, you’re how old?

  • The question is outside the scope of the community, the Stack Overflow is for those who have a problem with a code or something. But take a look at the channel "Curso em Vídeo" on Youtube, and start with Portuguese to better understand languages..

  • Start by making programs, if you really feel like it and your programs are well considered by users, then you worry about getting basic knowledge to professionalize.

1 answer

2

If you want to learn about programming applications or even web pages, it’s a good start. There are a number of free options that can teach you the first steps. One of them would be the w3schools who teaches from html, css, javaScript and some concepts of PHP, XML and SQL.

But it’s good to start with html and then get to know the CSS. On this site you can learn online and test your own codes after analyzing the lessons learned.

You can also learn how to program through videos from xti university

Through these videos she can teach you from the beginning to a well-advanced level with well-crafted lessons.

You can also read the booklets of Caelum for object-oriented programming java

I couldn’t help but point out that before you learn an object-oriented language, it’s good for you to learn the structured programming that is an algorithm development discipline, regardless of its complexity and the programming language in which it will be encoded, which facilitates the understanding of the solution through a limited number of coding mechanisms.

You will learn the types used to create variables and solve mathematical problems.

  • Will create conditional commands

  • You will learn the repetition commands

  • Creating functions

  • And much more...

For the structured programming choice C,also exists the Pascal. Once you’ve chosen the language you download one IDE to create and compile their own algorithms!

Ai yes after that you can learn Object-Oriented Programming.

  • 3

    Did you see how people vote for bad things as well? You won 5 votes in a response that is not an answer. That’s your opinion. I could say that W3schools teaches to do everything wrong and the Caelum booklets are full of mistakes and that the video hardly teaches anything. Besides, just with these things, it doesn’t really help him. I could also say that C is not the language for him to start learning procedural, let alone Java for OOP. But I will not say not to start a discussion, which is all we do not want here, opinionated texts.

  • Thanks for the @Marcelobonifazio edition. Now it got much more interesting without those links and everything, I should have done like you!!

Browser other questions tagged

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