Very excited to announce the release of my first solo book:
Talk Python in Production: A Cloud-Agnostic Guide to Building, Scaling, and Managing Your Own #Python Infrastructure
Does any one know whether Claude Mythos was shared with the CPython team to check for issues before its impending release? How about with web framework teams like FastAPI, Flask, Pydantic, etc? Web server projects like nginx?
Any recommendations on who to invite for a "self-hosted apps" topic on @TalkPython?
They don't need to be the creator of a self hosted app necessarily, but Python-leaning and experienced in self-hosting web apps is the key. (You can invite yourself).
New essay: Cutting Python Web App Memory Over 31%
I reduced Python web app memory by 3.2 GB using async workers, import isolation, the Raw+DC database pattern, and disk caching. Detailed before and after numbers for each technique.