TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What are the best resources for someone who wants to start learning programming?

1 pointsby ogloalmost 11 years ago
My younger brother wants to learn this craft. I am looking for something very definite, a step-by-step course of sorts which is exciting to enough to keep him interested and motivated.<p>Also, which language should he start with?<p>Any suggestions? :)

1 comment

itsEtaialmost 11 years ago
If he wants to learn then he&#x27;s halfway there already. The best practice for learning is to pick a project you&#x27;re interested in, figure out what tools you need, and DO it.<p>Want to make a super simple video game? Making pong in python. Want to make a website for your family? Getting &quot;hello world&quot; running on Ruby on Rails in Heroku is an amazing start. Want your own drone? Buy a quadcopter or robot kit and make some moves.<p>Teamtreehouse has motivating tutorials and are a great way to start. Stack Overflow should solve any problems a beginner might run into. The documentation for each language and tool is hugely important and often will help you get started.<p>Of course, the best motivation in life is to do what you love.