[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/biz/ - Business & Finance


View post   

File: 109 KB, 1920x1080, code-academy.png [View same] [iqdb] [saucenao] [google]
7157745 No.7157745 [Reply] [Original]

What's the best resource to learn how to code without going to school?

>> No.7157769

github

>> No.7157798
File: 132 KB, 304x304, 71ae1b121f880c009e15b3ba5ff3c526584e2dde2790374a2597e91b8034a2d9.png [View same] [iqdb] [saucenao] [google]
7157798

>>7157769
what if you're a brainlet

>> No.7157814

Sit down and think of what you want to code
Break it down into concrete steps and get started (abuse the shit out of Google)
Learn by doing

>> No.7157856

learning to code on your own is literally one of the hardest things to do unless youre a fucking genius

>> No.7157883

youtube

>> No.7157960
File: 38 KB, 350x307, lain_cave_1666.jpg [View same] [iqdb] [saucenao] [google]
7157960

>>7157856
what if you're a genius?

>> No.7157962

>>7157798
>>7157745
The free online resources are better than going to college for it.
>source
Most of my professors have no idea what they are doing and just send us to do the coding on these sites.

>> No.7157993

It’s incredibly frustrating. Try some free courses, maybe a udemy course for a few bucks that will have the teacher available for questions. Mostly just sit down and do it, as another anon said pick a project and abuse google.

>> No.7158003

>>7157745
pick a language

go to:

https://projecteuler.net/archives

start solving all the problems in sequential order.

once you have done 300 or 400 problems on this site you will be a beast

>> No.7158015

>>7157856
for coding something useful it's hard since you need to be autistic if you're doing it on your own (basically code all day for a long time), but if you just want to get a job it looks like it's pretty easy. I learned a bunch of shit related with web dev, game dev, mobile apps, etc. in less than a year before getting bored. I'm not an expert but I feel I would be apt for an entry level job and easily get it by building 3 or 4 projects

>> No.7158025

Best resource? The internet.

>> No.7158031

>>7157856
what if you take 20 different nootropics?

>> No.7158436

>>7158015
i actually wanted someone to prove me wrong but we're all just normies here

>> No.7158614

>>7157856
>learning to code on your own is literally one of the hardest things to do unless youre a fucking genius
This is not true at all. I would say the majority of programmers and software engineers out there were mostly self-taught the same disciplines that they use today.

>> No.7158766

>>7157745
There are great free online courses from iTunes U, OP. For example CS106A from Stanford is a nice entry level java class. I don’t recommend Java as a first language though. You should either start with Python and then branch out to other languages or go balls deep in the OG, C. Learn Python the hard way is a great book to get into. Don’t forget, if you don’t know basic Linux command line, research how to navigate a file system using it. Start there

>> No.7158799
File: 8 KB, 213x237, 1511993876959.png [View same] [iqdb] [saucenao] [google]
7158799

>>7157856

>> No.7158833

>>7157745
tfw learned how to code in high school just by messing around on sourceforge

This current generation is spoiled. Back in my day we didnt have github or stackoverflow.
Just decide what you want to make and then make it.

>> No.7159294
File: 22 KB, 320x320, 1516323643577.jpg [View same] [iqdb] [saucenao] [google]
7159294

>>7158766
heard multiple recommendations now for learn python the hard way, ty senpai desu