Planet Python RSS
217 subscribers
16.9K links
Unofficial Planet Python RSS feed from planetpython.org. Maintained by @cfinnberg
Download Telegram
Python Insider: Python 3.13.0 beta 3 released

Link: https://pythoninsider.blogspot.com/2024/06/python-3130-beta-3-released.html

 I'm pleased to announce the release of Python 3.13 beta 3.https://www.python.org/downloads/release/python-3130b3/ This is a beta preview of Python 3.13
Python 3.13 is still in development. This rele
Python Software Foundation: For your consideration: Proposed bylaws changes to improve our membership experience

Link: https://pyfound.blogspot.com/2024/06/for-your-consideration-proposed-bylaws.html

EDIT MADE ON JUNE 27th, 2024: A
typographical error was discovered in the GitHub link for Change 2. The
link in this post reflects the actual text that will be incorporated in
the bylaws should the
Robin Wilson: A load of links…

Link: https://blog.rtwilson.com/a-load-of-links/

For months now I’ve been collecting a load of links saying that I’ll get round to blogging them "soon". Well, I’m currently babysitting for a friend’s daughter (who is sleeping peacefully upstairs), s
Luke Plant: Keeping things in sync: derive vs test

Link: https://lukeplant.me.uk/blog/posts/keeping-things-in-sync-derive-vs-test/

An extremely common problem in programming is that multiple parts of a program need to be kept in sync – they need to do exactly the same thing or behave in a consistent way. It is in response to this
Real Python: The Real Python Podcast – Episode #210: Creating a Guitar Synthesizer & Generating WAV Files With Python

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

What techniques go into synthesizing a guitar sound in Python? What higher-level programming and Python concepts can you practice while building advanced projects? This week on the show, we talk with
Awesome Python Applications: napar

Link: https://github.com/napari/napari


napar: A fast, interactive, multi-dimensional image viewer for annotation and analysis of large images.
Links:

Repo
Home
Fund
Python GUIs: PyQt6, PySide6, PyQt5 and PySide2 Books -- updated for 2024! — Extended and updated with new examples, demos including Model View Controller architecture

Link: https://www.pythonguis.com/blog/pyqt6-pyside6-books-updated-2024/

Hello! Today I have released new digital updates to my PyQt5, PyQt6, PySide2 and PySide6 book Create GUI Applications with Python & Qt.

PyQt6 Book 5th Edition, Create GUI Applications with Python & Q
EuroPython: How to Maximize Your Experience at EuroPython 2024 🐍

Link: https://blog.europython.eu/maximize-your-experience-at-europython-2024/

EuroPython 2024 is set to be an electrifying event for Python enthusiasts, taking place in the vibrant city of Prague from July 8th to 14th. Whether you&aposre a first-timer or a seasoned attendee, he
eGenix.com: eGenix PyRun - One file Python Runtime 2.5.0 GA

Link: https://www.egenix.com/company/news/eGenix-PyRun-2.5.0-GA.html

Introduction
eGenix PyRun
is our open source, one file, no installation version of Python, making
the distribution of a Python interpreter to run Python based scripts
and applications to Unix base
Real Python: Python's Built-in Functions: A Complete Exploration

Link: https://realpython.com/python-built-in-functions/

Python has many built-in functions that you can use directly without importing anything. These functions cover a wide variety of common programming tasks that include performing math operations, worki
Talk Python to Me: #468: Python Trends Episode 2024

Link: https://talkpython.fm/episodes/show/468/python-trends-episode-2024

I've gathered a group of Python experts who have been thinking deeply about where Python is going and who have lived through where it has been. This episode is all about near-term Python trends and th
Zato Blog: Understanding API rate-limiting techniques

Link: https://zato.io/en/blog/api-rate-limiting-intro.html


Understanding API rate-limiting techniques


2024-07-02, by Dariusz Suchojad


Enabling rate-limiting in Zato means that access to Zato APIs can be throttled per endpoint, user or service - includi
Quansight Labs Blog: An overview of the Sparse Array Ecosystem for Python

Link: https://labs.quansight.org/blog/sparse-array-ecosystem

An overview of the different options available for working with sparse arrays in Python