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 are some interesting projects for beginner coders?

1 pointsby srckinase123over 4 years ago
Currently learning Python (very, very novice). A frequent answer to the above question is to automate something. But what if you do not have anything that needs automating? Another reply is to solve a problem that you need solving, but what if there are no problems that you are aware of?<p>ProjectEuler problems are fun, but they only go so far. I would like to think about more practical projects for the future.<p>I guess this question also addresses a deeper question of why learn programming? I have always admired the ability of programmers to create side projects that may one day become a sustainable business in the future.

1 comment

rolphover 4 years ago
use code snippets and templates to copy pasta code together into a flowchart to create a proof of concept.<p>start with hello world or fizzbuzz to get the code working, then build the snippet library.<p>in short a macro like coding environment to reduce typing, and produce somthing quickly to kick around with other programmers until its at least beta stage.