Planet Python - http://planetpython.org/
5k followers 37 articles/week
Python Morsels: Python 3.13's best new features

Python 3.13 comes with a brand new REPL and improvements to virtual environments and the Python debugger. Table of contents Important but not my favorite The New Python REPL Git-friendly virtual environments Python Debugger improvements Try out Python 3.13 Important...

Mon Oct 7, 2024 23:00
Python Insider: Python 3.13.0 (final) released

 Python 3.13.0 is now available https://www.python.org/downloads/release/python-3130/ This is the stable release of Python 3.13.0Python 3.13.0 is the newest major release of the Python programming language, and it contains many new features and optimizations compared to Python 3.12. (Compared to the last release candidate, 3.13.0rc3, 3.13.0 contains...

Mon Oct 7, 2024 23:00
Python Bytes: #404 The Lost Episode

<strong>Topics covered in this episode:</strong><br> <ul> <li><strong><a href="https://www.python.org/downloads/release/python-3130/?featured_on=pythonbytes">Python 3.13.0 released Oct 7</a></strong></li> <li><strong><a href="https://peps.python.org/pep-0759/?featured_on=pythonbytes">PEP...

Mon Oct 7, 2024 23:00
Real Python: Python News Roundup: October 2024

October is always an important month for Python, as this is when a new major version is released. Python 3.13 is the new version this year, and it brings several new features that lay the groundwork for other changes in the future. As one version of Python comes to life, another is put to rest. Python 3.8 is already five years old, which means that...

Mon Oct 7, 2024 19:59
Julien Tayon: Writing an interactive tcl/tk interpreter proxy to wish in python

Maybe, you want to experiment small stuffs in wish (the tcl/tk) interpreter because of a post claiming that direct python tcl/tk is simpler in some simple cases than tkinter. As a convinced tkinter/FreeSimpleGUI user, I see this as an extreme claim that requires solid evidences. When all is said and done, wish interpreter is not interactive,...

Mon Oct 7, 2024 19:59
Mariatta: Python Core Sprint 2024: Day 5

Python Core Sprint 2024: Day 5 Datetime and Hypothesis I reviewed some issues that came to the CPython repo. There were a few interesting tickets related to the datetime module. These issues were discovered by Hypothesis, a property-based testing tool for Python. I’ve been hearing a lot about Hypothesis, but never really used it in production...

Mon Oct 7, 2024 07:53

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account