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.

Ask HN: What projects to build as a first time programmer?

6 pointsby newsoulabout 2 years ago
We often hear that university courses and books can&#x27;t make us programmers. It is our own grit and perseverance that helps us develop that skill.<p>Often the suggestion is to start building things in the language of your choice (e.g Python) after learning the basic constructs of programming like built in data types, functions, iteration, etc.<p>But what things to build if you habe no idea what can be built using computer programs.<p>Is there a set of projects that someone can start with and then discover their calling as to which domain they want to build projects in.

3 comments

FancyFaneabout 2 years ago
Coming from a Linux Admin background, I would suggest installing a Wordpress website to learn more about the LAMP stack and seeing how all the pieces fit together. Once you get it working on a box, look at how you could scale out the Apache and Application layer.<p>From there one of my first developer projects was creating a Flask Application which uses Python. I think understanding the mechanics of Wordpress, helped me design and build the Flask Application. (Which could be a blog or whatever you want to put online.)
WheelsAtLargeabout 2 years ago
Pick an app you like and copy it feature by feature. New programers need coding practice. Don&#x27;t get caught up on a cycle of not doing anything because you can&#x27;t find the perfect project. Try to be as professional as possible. Pretend you have a deadline to deliver it on and for a client. You&#x27;ll need to research some items and make sure you ask for help when you get stuck.
frontman1988about 2 years ago
Build anything that interests you. Python is great for making projects. Search on r&#x2F;learnpython for projects to get ideas. <a href="https:&#x2F;&#x2F;realpython.com&#x2F;tutorials&#x2F;projects&#x2F;" rel="nofollow">https:&#x2F;&#x2F;realpython.com&#x2F;tutorials&#x2F;projects&#x2F;</a> this is also a handy list.