Planet Python RSS
214 subscribers
16.8K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
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
Talk Python to Me: #387: Build All the Things with Pants Build System

Link: https://talkpython.fm/episodes/show/387/build-all-the-things-with-pants-build-system

Do you have a large or growing Python code base? If you struggle to run builds, tests, linting, and other quality checks regularly or quickly, you'll want to hear what Benjy Weinberger has to say. He'
PyBites: The role of luck

Link: https://pybit.es/articles/pp92-the-role-of-luck/

Listen here:

Today we talk about luck and how it relates to career success.It annoys the heck out of us when people say about successful people “oh they were just lucky”.Sure luck has a role, but oft
PyCharm: PyCharm 2022.3 EAP 3 Is Out!

Link: https://blog.jetbrains.com/pycharm/2022/10/2022-3-eap-3/

In this new EAP build, we’ve introduced the ability to execute asynchronous code in the Debug Console and Evaluate dialog, improved the parsing and rendering of some sections for class docstrings, enh
PyBites: From teacher to software developer

Link: https://pybit.es/articles/pp93-pfrom-teacher-to-software-developer/

Listen here:

In this episode we talk with none other than Sean Tibor from the Teaching Python podcast.
Did you know he recently made an important career switch from teacher to developer? 
You’ll hear
Ned Batchelder: Ideal open source

Link: https://nedbatchelder.com/blog/202210/ideal_open_source.html

A friend asked my opinion about DHH’s essay from last year:
I won’t let you pay me for my open source.
He makes some interesting points about how Bill Gates and Richard Stallman,
the poster children f