HACKER Q&A
📣 mr_o47

Side Project Ideas that I can easily build using Python


What are some good side project ideas I can build in Python


  👤 aidomi Accepted Answer ✓
Maybe start by looking at a small problem/time sink you're currently facing and build something around that? For example, I wrote a small script in Python to automatically scrape jobs in the past 24 hours when I was applying for a new role (It return the Company, Job Name, and Job Link).

👤 flurly
A web scraper! Wrap your scrape results with an API and boom you'll have cash flow.

👤 Maksadbek
* Trello clone * personal pastebin * url shortener * small file storage where you can upload documents and then share url * HackerNews clone * Reddit r/place clone

etc. There are tons of them


👤 ipaddr
Fun idea.. take an instagram public profile and classify all the photos for someone using an image classifier.

👤 hosteur
I say start with a flask app. Then build whatever you think the web is missing.

👤 par
Start with hello world, then maybe make a website of some kind.

👤 mharig
Make an asciidoc lexer for Pygments.

👤 moomoo11
what do you like?