Planet Python RSS
217 subscribers
16.7K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
EuroPython: EuroPython February 2025 Newsletter

Link: https://blog.europython.eu/europython-february-2025-newsletter/

Hey ya 👋 Hope you&aposre all having a fantastic February. We sure have been busy and got some exciting updates for you as we gear up for EuroPython 2025, which is taking place once again in the beauti
Kay Hayen: Nuitka Release 2.6

Link: https://nuitka.net/posts/nuitka-release-26.html

This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler,
“download now”.
This release has all-around improvements, with a lot effort spent on bug
f
Peter Bengtsson: get in JavaScript is the same as property in Python

Link: http://www.peterbe.com/plog/get-in-javascript-is-the-same-as-property-in-python

Prefix a function, in an object or class, with `get` and then that acts as a function call without brackets. Just like Python's `property` decorator.
Bojan Mihelac: Prefixed Parameters for Django querystring tag

Link: http://code.informatikamihelac.com/en/query-string-with-prefixed-parameters/

An overview of Django 5.1's new querystring tag and how to add support for prefixed parameters.
Giampaolo Rodola: psutil: drop Python 2.7 support

Link: https://gmpy.dev/blog/2025/psutil-drop-python-27-support

About dropping Python 2.7 support, 3 years ago I stated:

Not a chance, for many years to come. [Python 2.7] currently represents 7-10%
of total downloads, meaning around 70k / 100k downloads per day.
Daniel Roy Greenfeld: Building a playing card deck

Link: https://daniel.feldroy.com/posts/2025-02-deck-of-cards

Today is Valentine's Day. That makes it the perfect day to write a blog post about showing how to not just build a deck of cards, but show off cards from the heart suite.
Real Python: The Real Python Podcast – Episode #239: Behavior-Driven vs Test-Driven Development & Using Regex in Python

Link: https://realpython.com/podcasts/rpp/239/

What is behavior-driven development, and how does it work alongside test-driven development? How do you communicate requirements between teams in an organization? Christopher Trudeau is back on the sh
Hugo van Kemenade: Improving licence metadata

Link: https://hugovk.dev/blog/2025/improving-licence-metadata/

What? #PEP 639 defines a spec on how to document licences
used in Python projects.
Instead of using a Trove classifier such as “License ::
OSI Approved :: BSD License”, which is imprecise (for example
Django Weblog: DjangoCongress JP 2025 Announcement and Live Streaming!

Link: https://www.djangoproject.com/weblog/2025/feb/14/djangocongress-jp-2025-announcement-and-livestream/

DjangoCongress JP 2025, to be held on Saturday, February 22, 2025 at 10 am (Japan Standard Time), will be broadcast live!
It will be streamed on the following YouTube Live channels:

DjangoCongress J
Kay Hayen: Nuitka this week #16

Link: https://nuitka.net/posts/nuitka-this-week-16.html

Hey Nuitka users! This started out as an idea of a weekly update, but
that hasn’t happened, and so we will switch it over to just writing up
when something interesting happens and then push it out rel
Python Bytes: #420 90% Done in 50% of the Available Time

Link: https://pythonbytes.fm/episodes/show/420/90-done-in-50-of-the-available-time

<strong>Topics covered in this episode:</strong><br>

<ul>
<li><strong><a href="https://peps.python.org/pep-0772/?featured_on=pythonbytes">PEP 772 – Packaging governance process</a></strong></li>
<li
Python Software Foundation: Where is the PSF? 2025 Edition

Link: https://pyfound.blogspot.com/2025/02/where-is-psf-2025-edition.html

Where to Find the PSF OnlineOne of the main ways we reach people for news and information about the PSF and Python is on social media. There’s been a lot of uncertainty around X as well as some other
PyCharm: Which Is the Best Python Web Framework: Django, Flask, or FastAPI?

Link: https://blog.jetbrains.com/pycharm/2025/02/django-flask-fastapi/


Search for Python web frameworks, and three names will consistently come up: Django, Flask, and FastAPI. Our latest Python Developer Survey Results confirm that these three frameworks remain develope
PyCoder’s Weekly: Issue #669: Joining Strings, MongoDB in Django, Mobile Wheels, and More (Feb. 18, 2025)

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

#669 – FEBRUARY 18, 2025 View in Browser » How to Join Strings in Python In this tutorial, you’ll learn how to use Python’s built-in .join() method to combine string elements from an iterable in
Eli Bendersky: Benchmarking utility for Python

Link: https://eli.thegreenplace.net/2025/benchmarking-utility-for-python/

Go programmers have it pretty good with the benchmarking capabilities provided
by the standard library. Say we want to benchmark a dot product
implementation:
func dotProduct(a, b []float32) float32 {
Django Weblog: Django 5.2 beta 1 released

Link: https://www.djangoproject.com/weblog/2025/feb/19/django-52-beta-1-released/

Django 5.2 beta 1 is now available. It represents the second stage in the 5.2
release cycle and is an opportunity for you to try out the changes coming in
Django 5.2.
Django 5.2 brings a composite of