There’s lots to do in this edition of the Python Report: Do more than one thing with Python’s async. Do the math faster in Python with NumPy. Do Python in Visual Studio Code, and do it the right way with our get-started guide. And do use Python’s new structural pattern matching feature—but learn how to use it first!
Top picks for Python readers on InfoWorld
Get started with async in Python
Learn how to use asynchronous programming in Python 3.13 and higher. Get more done in less time, without the wait.
What is NumPy? Faster array and matrix math in Python
NumPy is number-crunching at scale made easy. See how this staple of Python data science works and how to make it work for you.