Learning programming

I have 0 knowledge and i wanna learn how to program.
Which programming language should i learn and what's the best way to learn it?

Attached: nvemuTb[1].jpg (600x315, 20K)

Other urls found in this thread:

functionalcs.github.io/curriculum/
twitter.com/SFWRedditVideos

batch

dont bother

java or c

Do you already know komputah basics like boolean logic,addressing etc.?

>install gentoo
>learn c++, then assembly
>try coding a keylogger or iphone jailbreak as your first big coding project

nim

nope

Any courses or books you recommend?

If you lack basic computer and logic/puzzle-solving skills, you might want to back off for a bit. If you don't, I suggest starting with Python (it's my first language, still improving). There's a bunch of websites/courses online, but I suggest only using those to learn syntax and basic things. Make sure you also know the common terms, too, or else you'll get stuck on googling stuff and even after finding the answer, you won't get it. After that, start programming whatever comes to mind by writing very simple programs (Python is good with task-automation and file management, iirc) and anytime you encounter an error or something you don't understand, look it up and understand it, then fix it. Or even better, try to fix it yourself without looking up the error. Also, don't copy paste code. That's useless and makes you look like a lazy, uninterested fgt. Try not to copy code in general and figure it out yourself for most of the time.
Programming is honestly not that hard, it just requires patience and logic. You'll find yourself enjoying it in no time once you get the hang of a language.