AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Type Hints and Static Analysis in Python
Instagram started adding type hints to its code base, I think already in 2017, maybe 20. At this point, our server code base is basically 100% typed everything has type annotations. And so we're looking at how to further leverage type hints and static analysis to make Python both faster and more efficient for developers.