#python-313

[ follow ]
new-features
Pythoninsider
1 week ago
Python

Python Insider: Python 3.13.0 beta 1 released

Python 3.13 beta 1 is released, with new features and improvements emphasized. Testing and reporting bugs during the beta phase to ensure stability is encouraged. [ more ]
Pythoninsider
3 months ago
Python

Python Insider: Python 3.13.0 alpha 4 is now available

Python 3.13.0 alpha 4 is now available for testing.
Python 3.13 brings new features, improvements, and removals. [ more ]
Pythoninsider
4 months ago
Python

Python Insider: Python 3.13.0 alpha 3 is now available.

Python 3.13 is still in development with alpha releases being made available for testing new features and bug fixes.
Python 3.13 alpha 3 includes colorized exception tracebacks in the interactive interpreter and stripping leading indentation from docstrings. [ more ]
morenew-features
Treyhunner
1 week ago
Python

My favorite Python 3.13 feature

The new Python 3.13 release includes a new REPL feature with significant improvements like colored prompt, auto-indentation, and easier exiting. [ more ]
Treyhunner
2 weeks ago
Python

Installing a custom Python build with pyenv

Excitement for upcoming Python 3.13 with new REPL feature. Using AI for custom CPython build in pyenv. [ more ]
Pycoders
5 days ago
Python

PyCoder's Weekly | Issue #629

Learn to flatten a list of lists in Python using .extend() method and other tools like reduce(), sum(), itertools.chain().
Python 3.13 introduces new features such as changes to the REPL, typing features, support for disabling the GIL, and more. [ more ]
Mouse Vs Python
2 months ago
Python

Python 3.13 Allows Disabling of the GIL + subinterpreters - Mouse Vs Python

The GIL in Python makes threading easier and prevents race conditions.
Python 3.13 introduces the ability to remove the GIL, but it will initially cause bugs which they aim to resolve by Python 3.14. [ more ]
Realpython
3 months ago
Python

Python News: What's New From January 2024 - Real Python

Python 3.13.0a3 is the third alpha preview release of Python 3.13
Notable changes in Python 3.13 include colorized exception tracebacks by default and removal of deprecated modules and functions [ more ]
Zero To Mastery
3 months ago
Python

[January 2023] Python Monthly Newsletter | Zero To Mastery

Python 3.13 gets a JIT compiler, a significant change to the CPython Interpreter.
The yearly Top Python Libraries list for 2023 has been released. [ more ]
Realpython
5 months ago
Python

Python News: What's New From November 2023 - Real Python

PyPI completed its first external security audit, which didn't identify any high-severity issues but flagged some vulnerabilities that were remediated.
Python 3.13.0a2, the second alpha release, eliminates several deprecated modules. [ more ]
Pythoninsider
5 months ago
Python

Python Insider: Python 3.13.0 alpha 2 is now available

Python 3.13.0 alpha 2 is now available as an early developer preview.
This release includes removals of deprecated classes, functions, and methods in various standard library modules. [ more ]
[ Load more ]