Python tops the charts in the Tiobe programming language index. Also, who broke setuptools, and whatβs the best way to install Python? Itβs all here, in the mid-month Python report.
This (half-)month in Python: Cβer, seeβhow Cython makes for faster Python; learn four timely tips for writing cutting-edge Python code; get a quick guide to installing Python without hassle, tears, or cussing at your keyboard. And did Python just beat its own record in the Tiobe programming language index? Yes, yes it did.
Top picks for Python readers on InfoWorld
Python scores its highest rating in Tiobe index
Python holds the #1 spot in the Tiobe index with an 18.04% popularity rating and an 8% lead on the nearest competitor.
4 keys to writing modern Python
Unlock better Py code with type hints, venvs, modern syntax, and testing tools that are worth their salt.
How to install Python the smart way
With this handy guide, you wonβt need a socket wrench set, a boxcutter, or even an aspirin!
Want Python at the speed of C? Try Cython!
Hereβs why, when you feel the need, the need for speed, itβs best to reach for Cython.
More good reads and Python updates elsewhere
Are function calls still slow in CPython?
Itβs far less terrible than it used to beβand itβs getting even better with Python 3.14.
All right, who broke setuptools?
Hint: Itβs the same people who fixed it after (prematurely?) deprecating the test command.
Should we make the Python debugger better?
Itβs hard to change pdb without breaking things, but whatβs a little backwards incompatibility among Python performance-loving friends?
WAT: Deep inspection of Python objects
Ditch dir()βget the deep deets on objects at the Python REPL.


