An opinionated list of Python frameworks, libraries, tools, and resources
This is the follow-up to What I Actually Learned Building a Side Project in 5 Days With AI. That post was about AI. This one is about what happens after you ship — when you actually have to run the thing. I lost a freelance client last year because I forgot to send a monthly report. Not because I didn't do the work. I did the work. I just never wrote it down in a place I'd actually look. The repor
I needed to coordinate background scripts running across different machines. The obvious answer was Redis. Everyone uses Redis for this. The tutorials all use Redis. The Stack Overflow answers all say "just use Redis." So I looked at what deploying Redis would actually cost me: A running Redis server I had to maintain A broker to connect workers to it Celery or RQ on top of that Memory-based stora