AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Transition From Legacy Python to Modern Python Is Embedded
The conversion from legacy Python to modern Python is underway. The one place I've heard really scary stuff in is around caching and pickles, right? People take objects and they just pickle them up and cache them rather than doing like a JSON to from sort of intermediate thing. So that's something that's sometimes overlooked whenever people think about transitioning to code based Python. You got to be careful there.