ニュース

Official support for free-threaded Python, an experimental JIT, and a smarter installation manager for Windows are among the goodies in Python 3.14. Now in a release candidate.
Editable installs let you do exactly this. To install a Python package in editable mode, all you need to do is use the -e flag, and pass the path to the package’s directory: ...