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: Learning flask, I need a small project to make. What can you suggest?

8 pointsby ajushiabout 13 years ago
Hi guys,<p>I'm a PHP/ASP.NET programmer and I was hoping on learning flask and python more. Hopefully, I can land a job someday.<p>My problem is I don't know what project should I do. I want something that would serve and be valuable to a lot of people.<p>What can you suggest me?<p>I'd appreciate all your comments. Thank you very much.

7 comments

read_wharfabout 13 years ago
Writing prompts.<p>V1: click the button, and get three words that a writer would use to kickstart a daily writing exercise.<p>V2: choose which parts of speech are delivered: noun, verb, etc.<p>V3: display a creative commons licensed photo (from flickr, e.g.) relevant for each displayed word.<p>V4: Take your experience developing the early versions and figure out what V4 should be.
aorshanabout 13 years ago
If you have access to a twilio account, this repository on GitHub is a really good place to start building a twilio app. I used it a few weeks ago and had a lot of fun messing around with everything twilio can do.<p><a href="https://github.com/RobSpectre/Twilio-Hackpack-for-Heroku-and-Flask" rel="nofollow">https://github.com/RobSpectre/Twilio-Hackpack-for-Heroku-and...</a>
mhdabout 13 years ago
The forum software market seems to be pretty dominated by PHP, and a lightweight python-based solution wouldn't hurt. It's also pretty static, so you can focus on learning Flask/python and don't have to switch to client-side scripting too often (or mess with NoSQL and similar distracting technologies).
asselinpaulabout 13 years ago
No nonsense messaging. Create a public discussion that can be shared as an url.
ianoxabout 13 years ago
You could try building your own URL shortener. You could make it as simple as you like to start with, then choose to add more features as you get more familiar with Python and Flask.
paulhauggisabout 13 years ago
Time tracking software. We all need more of these types of apps.
bmeltonabout 13 years ago
A static, Jekyll-like blog generator would get you a good grasp of language fundamentals I'd think, even though at least one already exists for Flask.<p>A message-board/forum/discussion type piece of software will get you a solid grasp of SQLAlchemy and company.<p>Something I'd LIKE to see in Flask (that I don't believe exists yet) is some sort of analytics package that dumps data into a Mongo/Redis/NoSQL store and presents things in a pretty package on the backside.