How to start programming?
Hey guys, i'm new on programming. But i know Basic Programming, about algorithm, pseudocode, flowchart. all i can do now is just making a simple calculator from pascal.
Idk what to do, what project should i make as a beginner, and what programs should i learn first?
these last weeks i study Python on a third party website. even though it's confusing for the first time, but i can handle it.
can someone here help me? at least tell me where should i start, or what to do next after learning things like i said above.
Thanks♥
Pascal is dead.
Get Atom or another Editor/IDE you like or even the command prompt, choose a language you want to learn/use the most, OOP(Object Oriented Programming languages), these are usually harder, or script languages like Perl, Ruby( kinda dead ), Python( you can do almost anything with this language ), and Python's syntax is easy as fuck imo, then read books and exercise as much as you can, keep using third party websites for the basics but for more advanced stuff read books or try and analize a harder code.