Alternatives
Products that do what My sunday night project (@cmpyl) does
@cmpyl Tweet a line of python at it (right now it works best with math) and it'll tweet back at you the return value. Ex: https://twitter.com/#!/cmpyl/status/186850674053615616 Pretty useless little bot but it will be cool to see what sort of wild one liners it finds.
- 1MW
This is a little project I've been working on for a while in order to better learn Python. Although IRC may not exactly be the most exciting medium, I still find it to be fun and useful, this interest lead me to writing a bot. In doing this I realized that what would actually be more interesting would be if I had a framework. There may already be such a thing, certainly there are IRC libraries, but I don't know if they're well-suited to deploying bots. At any rate if for no other reason than the fact that I am relatively new to programming and eager to learn I decided to build a framework.…
2011
- 2PP
Hi everyone! I just released the Practical Python Projects book! (https://practicalpython.yasoob.me) I am happy to announce the first version as a release candidate. I have poured a lot of love into writing this book and would love to hear what you guys think. (A limited 100% off and discount coupons at the end) This is not a pure beginner book. The book does assume some background Python knowledge. You need to know the basics like methods, functions, classes, and such. If I use something that is not typically covered in beginner Python books, I will explain it before I use it.…
2021 · practicalpython.yasoob.me
- 3PG
Start a tweet with @letpgfinish, and it will be finished as if by Paul Graham himself. This was a weekend project I undertook with a couple of friends just for fun. The original one was @letkanyefinish, so you might like to try that out too... in fact, it seems to work much better (funnily enough, there's a definite inverse relationship between literacy of bot and literacy of its human counterpart). Anyway, the output is based on pg's essays and various tweets/quotes. Having used HN silently for a while, we thought we'd share this - so hope you enjoy :)
2014
- 4

- 5AI
I had an idea a couple days ago and I went with it. Basically, the idea was to create an IRC channel to help people find jobs; computer related jobs, in particular. There would be a bot to display job listings. So I started working on a first take on the bot. I decided to use Python because I love the language and I wanted to get more experience with a its libraries. TwitterBot (or JobFeeder on ##jobfeed) as I call it, uses Twisted (https://pypi.python.org/pypi/Twisted) and Twitter (https://pypi.python.org/pypi/twitter)for now. Basically, it gets the…
2014
- 6MF
Hey HN. I've just launched my very first webappp and would love your feedback. http://www.7bks.com It's a book list sharing website - kind of like playlists for bookworms. The site is built on pyton/appengine - and I learned to code in under 4 weeks to build the site. There's more details on the background of the site here: http://www.7bks.com/blog/179001 I've also published the full Python code for the site here: https://gist.github.com/670034 Feedback is really important to me and I want to work hard to make the site better so any and all suggestions are greatly appreciated. Contact…
2010
- 7CO
Just tweet to @paiza_run, and you will get result as reply. @paiza_run ruby: puts "Hello" + "World" Just now, it is quite hot, and people are tweeting like 20 seconds. Language names available are: java,ruby,python,php,perl,c,cpp,csharp,javascript,objective-c,scala,go,haskell,coffeescript,bash,erlang,r,cobol,vb,fsharp This service is provided based on https://paiza.io/, Handy web-based only coding environment.
2014
- 8M2
This weekend a well-known comedian was live-tweeting sardonic commentary for a new Lifetime movie. It got me thinking that it would be cool to be able to replay his tweets later so that someone who missed the live show would be able to sync them up with the movie. That, along with the fact that I've had lots of fun on Twitter during big events (like the elections), made me think that it'd be a fun hack to put together a Twitter playback site. So last night and tonight I threw together http://www.twitterplayback.com. Check it out an let me know what you think!
2012
- 9SL
So a while ago I was thinking it would be neat to build a site that had the most absolute utility. The idea I came up with was a site to store those little protips that are super useful, if you know them ahead of time. I hired a guy to work on it with me, and ClueDB was born: http://cluedb.com/ Please give it a whirl (it uses Twitter auth as login but doesn't tweet anything) and tell me what you think! (Various trivia: My first try at a project coded by someone else and "product managed" by me. Runs on Flask + MongoDB. Also, this is totally unrelated to my startup.)
2011
- 10MF
Hi! Long time reader, first time submitter. I've finallllyy got my first webapp online. It's been a long time coming, I started it over a year ago and just been an hour here, a couple of hours here, and a period of a couple of months of nothing. I first wrote it as a way to learn some python it sort of grew to fill a need I had. It's at a point now where I'd LOVE some feedback as I am going round in circules. Please, it's free, just hit the home page, plugin in a name/email and url you want to links checked on. If you use the name 'DeleteMe' I will remove the account after a week, so feel…
2012
- 11MS
I have finally convinced my son to take a step forward to publish something in public domain. As he is learning Python these days, he made a scraper to download Cambridge past papers (GCSE / IGCSE). If you like it, encourage the kid by pressing the Star button :) https://github.com/UsamaKashif/CambridgePastPapersDownloader
2019
- 12MM
I kept on reading you guys on how to do it, how not to do it. On January I started with thinkpython, learn python the hard way, mit course on programming, and every other python material I found. You just need to find the best resourse for YOU. I did Udacity's CS253 course, got my certificate and made my MVP! If your one of those guys like me, just get your ideas out there and the project will push you forward. Farm management software in South America is broken. We still have cd and downloadable updates. We've seen www.farmlogs.com and www.farmeron.com for USA and Europe. How about…
2012
- 13IM
2021 · codereview.doctor
- 14ML
2017 · mytweetalerts.com
- 15IP
2019 · gist.github.com
- 16SH
My first public repo intended to be used by others. While I am curious on how you'd use it, I'd love feedback on the code/setup/pythonic nature of it all. I am on a career break and just experimenting a lot, especially on ways to make AI useful for everyday things. I've coded more in the past 6 weeks than the past 6 years and don't know a lot of python devs. Python was never big language at my previous companies, but something I used a lot for tools and projects going back to college compiler days. Old habits die hard. Are there tools that do this as you screenshot? Probably...…
2024 · github.com
- 17TA
2014 · tweetd.com
- 18IC
Read an article about analyzing Garmin data with AI. Sounded great — except I didn't want to send my health data to any cloud service. So I asked Claude to write me 2-3 scripts and a dashboard. This escalated a bit. 30 days and 20$ later I have this: A local-first Garmin archive with interactive HTML dashboards, Excel exports, weather and pollen context, AES-256 encrypted token storage, and a self-healing data pipeline with 515 automated tests. Windows desktop app, no terminal needed. Nothing leaves your machine. I never wrote a line of Python. I understood the problems and made the…
Apr 2026 · github.com
- 19IM
2019 · compellingpython.com
- 20IM
Hi HN, I created a (realistic) fake tweet generator to make my mum believe I'm successful until I get there for real haha. Now I can proudly (not) show her Elon endorsed my SaaS! It's 100% free to use and I tried to make it as realistic as possible while being easy to use. There are already existing similar tools but I could not find one that automatically pre-fills data from a twitter username and that handles business accounts (square picture/gold badge/company picture) so I built it. I would love to hear your feedback or suggestions!
2024 · snowball.club
- 21HA
Hey guys, I left my PM job in December to learn how to code. The plan, - Build something that "I" could build with my background (I haven't studied CS) - Something that already existed and I used so I didn't have to spend time finding PMF Over the past 4 months I've been building howsthisgoing.com (a standup bot for slack with AI summaries). My ex-employed signed up in May & I got another customer through a university batchmate sometime in June (the company he's working at). However, since then it's mostly been 0 new customers, I get roughly 6-10 views on my site daily. The bot and my…
2024 · howsthisgoing.com
- 22PO
Google Docs for Python basically. For the past 4 months, I’ve been working on a full-stack project I’m really proud of called PyTogether; a real-time collaborative Python IDE designed with beginners in mind (think Google Docs, but for Python). It’s meant for pair programming, tutoring, or just learning Python together. It’s completely free. No subscriptions, no ads, nothing. Just create an account, make a group, and start a project. Has proper code-linting, live drawings for note-taking or teaching, voice chat, an extremely intuitive UI, autosaving, and live cursors. There are no limitations…
Nov 2025 · pytogether.org
- 23EA
Hi Everyone, (I know this is a repost, but I had some dns issues with my last submission) I created this as a small project last weekend (started on _whyday) just to flex some ruby muscle, learn some stuff about sinatra, oauth and the twitter api and also get into the spirit of the day. So what it does is use your twitter followers and random people on twitter to answer your questions (bearing in mind that the syntax has to result in a yes or no question). So In effect they may or may-not know anything about you, so you just vote yes or no (kinda like facemash or hot-or-not but for…
2011
- 24UT
Ever noticed that the 140 chars tweet sometimes feels like CLIing? Me too. So I made CtrlTwit with which you can use twitter as CLI to any other app (that has an API). For example: you can like an instagram photo simply by replying "@instagram like #ctrltwit" to a tweet with an instagram photo. Or, you can RSVP to a meetup simply by replying "@meetup rsvp yes #ctrltwit" to a tweet with a meetup link. Or you can tweet "@foursquare where to eat? #ctrltwit" and fsq will reply with the best restaurant recommendation based on your location. There are more examples on the website and of course I'd…
2014
Ranked by how close each launch is in meaning, then by votes. Refine with a description →