Live data from Hacker News

Ask HN: Your favourite tutorial for total beginners?

news.ycombinator.com

41–50 of 203 posts

Re: Ask HN: Your favourite tutorial for total beginners?

#42
I took a whack at trying to teach programming to complete beginners in the same way that I learned years ago. I give people a listing of type-in JavaScript code that creates a generative art project. You can get all the electronic issues free.

https://splashofcode.com

Re: Ask HN: Your favourite tutorial for total beginners?

#44
post #39

This is the one that completely changed my mindset about designing and writing programs: What Every Programmer Should Know About Memory - Ulrich Drepper https://people.freebsd.org/~lstewart/articles/cpumemory.pdf

It is good for sure, but a white paper isn’t exactly approachable for total beginners.

Re: Ask HN: Your favourite tutorial for total beginners?

#46
To teenagers or adults who would like to get started with coding, I always recommend Khan Academy’s “Intro to JS: Drawing & Animation“ as it is an excellent suite of lessons that introduces beginners to the most important fundamentals of coding, like variables and loops. Everything runs in a browser, with immediate feedback via Processing.js.

https://www.khanacademy.org/computing/computer-programming/p...

Re: Ask HN: Your favourite tutorial for total beginners?

#49
Not technology but science:

Feynman's QED: The Strange Theory of Light and Matter. You can have zero physics background (like me) and still understand a bit about quantum electrodynamics. If ever I had to distill a complex subject, I'd try to first dissect how Feynman is able to do so.

Post reply on HN