Ask HN: Any Tips on Learning to Code?
1–10 of 18 posts
Re: Ask HN: Any Tips on Learning to Code?
#2Re: Ask HN: Any Tips on Learning to Code?
#3Once you've got that rule down, pick a popular language (Python's good because you can ask questions and get answers), pick a simple program that'd be useful to you, and then figure out what you need to make it work. Then make it work, applying rule #1. Rinse and repeat.
Re: Ask HN: Any Tips on Learning to Code?
#4Rule #1 of All Coding: Keep it simple. If it's not simple, simplify it. Once you've got that rule down, pick a popular language (Python's good because you can ask questions and get answers), pick a simple program that'd be useful to you, and then figure out what you need to make it work. Then make it work, applying rule #1. Rinse and repeat.
Re: Ask HN: Any Tips on Learning to Code?
#5Re: Ask HN: Any Tips on Learning to Code?
#6You will sure have noticed that there are tons of free tutorials on the internet for all kinds of programming languages. If you're just curious about coding, pick one and go with it. If it doesn't suit your style of learning, pick another one.
This is the one that got me started: http://aelinik.free.fr/c/
The setup part is a bit dated. For programming basic little C programs just visit: https://www.tutorialspoint.com/compile_c99_online.php
Re: Ask HN: Any Tips on Learning to Code?
#7This is hard to answer without any information on your motivation and prior knowledge. You will sure have noticed that there are tons of free tutorials on the internet for all kinds of programming languages. If you're just curious about coding, pick one and go with it. If it doesn't suit your style of learning, pick another one. This is the one that got me started: http://aelinik.free.fr/c/ The setup part is a bit da…
Re: Ask HN: Any Tips on Learning to Code?
#8Re: Ask HN: Any Tips on Learning to Code?
#9It covers super practical stuff step-by-step, and links to the resources you need.
Making Coding Skills Useful as a Non-Developer: https://code.likeagirl.io/making-coding-skills-useful-as-a-n...
Re: Ask HN: Any Tips on Learning to Code?
#10If you take a look I'd be very interested to hear feedback.
https://codewithrepl.it/python-projects-for-beginners.html (still WIP website and not mobile resposive yet)