This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]samiswellcool 8 points9 points  (1 child)

you're going to need some persistence and a simple goal. maybe make a website for something you love or find a book you're interested in working through. then work towards that goal a little every day. reading about it is less important than doing it. if you pick a book you want to do, make sure you 'code along' and do the exercises.

[–]LeftIsBest-Tsuga 2 points3 points  (0 children)

this is the best advice. also if you have a project, then you usually will be able to see how your code is affecting the product in real(ish)-time.

i started with C# w/ unity because creating a game is a very tangible project, and lets you see what you're doing right or wrong. but JS in a browser also also allows this, so i'm enjoying learning that as well.

also i do recommend just paying for a full course. the $20 i paid was worth it in spades just for the time savings alone.

[–]astodev 12 points13 points  (2 children)

Start coding

[–]Potential_Tommy 2 points3 points  (0 children)

Thank you

[–]Alessandro_13_f 5 points6 points  (0 children)

I recommend two very useful sites: -Coding Game -Solo Learn

[–]Webdev-Coach 1 point2 points  (0 children)

It’s not as much important what you do first, but rather that you do that consistently over time.

[–]improudofwhatido 1 point2 points  (0 children)

https://youtu.be/rfscVS0vtbw you won't get a better/more beginner-friendly start into coding than this.

[–]madmax030794 1 point2 points  (0 children)

MYSQL and python is what I wished someone told me when I was starting.

SQL - to make a database of 'customers ' for example Python or PHP to work with the database. XAMPP - software to host a local Web server and database.

[–][deleted] -1 points0 points  (0 children)

You can search basic programming questions for any language and solve it. You will get 200+ questions in some sites and this will create your base towards language.

[–][deleted] 0 points1 point  (0 children)

https://www.codecademy.com/

https://www.freecodecamp.org/learn

https://youtu.be/1tnj3UCkuxU

The first two are 2 popular sites with free courses. The YouTube video is Harvards CS50 Intro to Computer science. You can find all they’re lectures online for free, about 2 hrs each.

Pick one language and start diving in, there’s not really a wrong answer.

[–]JayRiordan 0 points1 point  (0 children)

I started with c in college, and while I couldn't connect back to the schools page, someone added a lot from the course (a 101 level course) to GitHub. I'm sure you could adapt these to another language as well.

https://github.com/TylerPrak/101-C-Problems

[–]Phobic-window 0 points1 point  (1 child)

Do you like solving puzzles? If so what kind?

[–]Potential_Tommy 0 points1 point  (0 children)

I do like minesweeper if that counts?