Live data from Hacker News

How would you learn to code in 2026?

news.ycombinator.com

1–10 of 12 posts

Re: How would you learn to code in 2026?

#8
Book as a generic guide.

Use LLMs as a personal tutor, ask it to evaluate your solution. Give it context, as much as possible. Discuss about new concepts. Once you think you figure it out, make sure you double check with a human otherwise you might end up wit a flawed understanding of classes, inheritance or modules.

Lean how to use your editor or IDE.

Re: How would you learn to code in 2026?

#9
Book + project.

Have something you want to build. Have a book teaching a language from zero. Have a computer with the language on it. Start reading the book, finding the bits you need in order to build your project.

It won't give you complete mastery of the language, but it's a place to start.

Post reply on HN