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.
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.
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>
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).
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.
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.