Planet Python RSS
214 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Real Python: Python 3.11: Cool New Features for You to Try

Link: https://realpython.com/python311-new-features/

Python 3.11 will be published on October 24, 2022. This latest version of Python is faster and more user-friendly. After seventeen months of development, it’s now ready for prime-time use.
As in every
Django Weblog: What does the DSF Board Actually Do?

Link: https://www.djangoproject.com/weblog/2022/oct/24/what-does-the-dsf-board-actually-do/

Nominations are open for the 2023 Django Software Foundation Board, the non-profit behind Django. There are 7 DSF Board Members. Anyone in the community can nominate themself and the final vote is mad
IslandT: wxPython Tutorial — Create File Dialog Box

Link: https://islandtropicaman.com/wp/2022/10/24/wxpython-tutorial-create-file-dialog-box/

In this example tutorial of wxPython I am going to create a file dialog box on the previously created wxPython program. This dialog box will get created every time the user has clicked on the button t
Python⇒Speed: When should you upgrade to Python 3.11?

Link: https://pythonspeed.com/articles/upgrade-python-3.11/

Python 3.11 is out now–but should you switch to it immediately?
And if you shouldn’t upgrade just yet, when should you?
The short answer is that, no, you probably don’t want to switch immediately; qui
Wingware: Wing Python IDE Version 9 - October 24, 2022

Link: https://wingware.com/news/2022-10-24

Wing 9 reduces debugger overhead in Python 3.7+, adds support for Python 3.11, streamlines
configuration of light and dark theming, adds two light display themes, and makes
improvements to auto-invoca
IslandT: Tkinter Tutorial — Create Message Box

Link: https://islandtropicaman.com/wp/2022/10/25/tkinter-tutorial-create-message-box/

In this Tkinter tutorial, I am going to create a message box that will get displayed after the user has clicked on the button and the ‘No Show Input’ check box is unchecked. The message box will be pu
PyPy: Allocation Removal in the Toy Optimizer

Link: https://www.pypy.org/posts/2022/10/toy-optimizer-allocation-removal.html

One of the workhorse optimization of RPython's tracing JIT is allocation
removal, which removes short-lived object allocation from traces. Many Python
programs create a lot of objects that only live f
PyCoder’s Weekly: Issue #548 (Oct. 25, 2022)

Link: https://pycoders.com/issues/548

#548 – OCTOBER 25, 2022 View in Browser » Python 3.11: Cool New Features for You to Try Python 3.11 is out! In this article, you’ll explore what Python 3.11 brings to the table. You’ll learn how
IslandT: Tkinter Tutorial — Create a message box that return the answer

Link: https://islandtropicaman.com/wp/2022/10/26/tkinter-tutorial-create-a-message-box-that-return-the-answer/

This is the last tutorial on Tkinter, there are still lots of widgets that I have not been able to cover on this website and you can find all of them on the official webpage of Tkinter!
In this exampl
Python Software Foundation: Announcing Python Software Foundation Fellow Members for Q3 2022! 🎉

Link: http://pyfound.blogspot.com/2022/10/announcing-python-software-foundation.html

The PSF is pleased to announce its third batch of PSF Fellows for 2022! Let us welcome the new PSF Fellows for Q3! The following people continue to do amazing things for the Python community:Anwesha D
Real Python: How to Get the First Match From a Python List or Iterable

Link: https://realpython.com/python-first-match/

At some point in your Python journey, you may need to find the first item that matches a certain criterion in a Python iterable, such as a list or dictionary.
The simplest case is that you need to con
Python Engineering at Microsoft: A Team at Microsoft is Helping Make Python Faster

Link: https://devblogs.microsoft.com/python/python-311-faster-cpython-team/

Inside the Faster CPython Team at Microsoft
The last few years have seen Python rise to prominence. TIOBE and IEEE both put the language in the top spot. The versatility of the language often comes wi
PyCon: Become a PyCon US 2023 Volunteer!

Link: https://pycon.blogspot.com/2022/10/become-pycon-us-2023-volunteer.html

A community conference like PyCon US is in large part run by volunteers. There are many ways to get involved if you are interested in serving the community and meeting others as part of the team who m
Paolo Melchiorre: About my proposal for the Django Core Sprints 🌅

Link: https://www.paulox.net/2022/10/26/about-my-proposal-for-the-django-core-sprints/

The story of how the proposal to organize sprints on the Django core was born and how I proposed it during the past DjangoCon US 2022 in San Diego to various components of the Django community.
Python Bytes: #307 Your Python just got faster (3.11 is out!)

Link: https://pythonbytes.fm/episodes/show/307/your-python-just-got-faster-3.11-is-out

<p><strong>Watch the live stream:</strong></p>

<a href='https://www.youtube.com/watch?v=9wU19yAB2mM' style='font-weight: bold;'>Watch on YouTube</a><br>
<br>

<p><strong>About the show</strong></p>
Glyph Lefkowitz: Super Swing Districts

Link: https://blog.glyph.im/2022/10/super-swing-districts.html

In my corner of the social graph, when we talk about politics today, we tend to
use a lot of moralizing language. A lot of emotive language. And that makes
sense; overt fascist are repeating the str
Andre Roberge: Better NameError messages for Python

Link: https://aroberge.blogspot.com/2022/10/better-nameerror-messages-for-python.html

Python 3.11 is barely out and already the 3.12 alpha has some improvements for NameError messages. I suspect that these will be backported to 3.11 in time for the next release. On Ideas Python Discuss
Python⇒Speed: Early speed optimizations aren't premature

Link: https://pythonspeed.com/articles/premature-optimization/

As you code, you might have a coworker, or friend, or a little voice in your head, reminding you of Knuth’s famous saying: “premature optimization is the root of all evil.”
But what makes an optimizat