meejah.ca: Magic Wormhole is What?
Link: https://meejah.ca/blog/what-is-magic-wormhole
Various levels of details regarding a secure peer connection technology
Link: https://meejah.ca/blog/what-is-magic-wormhole
Various levels of details regarding a secure peer connection technology
Test and Code: pytest-html - a plugin that generates HTML reports for test results
Link: https://testandcode.com/episodes/pytest-html
pytest-html has got to be one of my all time favorite plugins. pytest-html is a plugin for pytest that generates a HTML report for test results. This episode digs into some of the super coolness of py
Link: https://testandcode.com/episodes/pytest-html
pytest-html has got to be one of my all time favorite plugins. pytest-html is a plugin for pytest that generates a HTML report for test results. This episode digs into some of the super coolness of py
Test & Code
Test & Code | pytest-html - a plugin that generates HTML reports for test results
pytest-html has got to be one of my all time favorite plugins. pytest-html is a plugin for pytest that generates a HTML report for test results. This episode digs into some of the super coolness of...
Real Python: Quiz: Using Python's .__dict__ to Work With Attributes
Link: https://realpython.com/quizzes/python-dict-attribute/
In this quiz, you’ll test your understanding of Using Python’s .__dict__ to Work With Attributes.
By working through this quiz, you’ll revisit how .__dict__ holds an object’s writable attributes, allo
Link: https://realpython.com/quizzes/python-dict-attribute/
In this quiz, you’ll test your understanding of Using Python’s .__dict__ to Work With Attributes.
By working through this quiz, you’ll revisit how .__dict__ holds an object’s writable attributes, allo
Realpython
Using Python's .__dict__ to Work With Attributes Quiz – Real Python
In this quiz, you'll test your understanding of Python's .__dict__ attribute and its usage in classes, instances, and functions. Acting as a namespace, this attribute maps attribute names to their corresponding values and serves as a versatile tool for metaprogramming…
Robin Wilson: Learning resources for GIS in Python with cloud-native geospatial, PostGIS and more
Link: https://blog.rtwilson.com/learning-resources-for-gis-in-python-with-cloud-native-geospatial-postgis-and-more/
I recently gave a careers talk to students at Solent University, and through that I got to know a MSc student there who had previous GIS experience and was now doing a Data Analytics and AI MSc course
Link: https://blog.rtwilson.com/learning-resources-for-gis-in-python-with-cloud-native-geospatial-postgis-and-more/
I recently gave a careers talk to students at Solent University, and through that I got to know a MSc student there who had previous GIS experience and was now doing a Data Analytics and AI MSc course
PyCon: Community Organizer Meet-up at PyCon US
Link: https://pycon.blogspot.com/2025/03/community-organizer-meet-up-at-pycon-us.html
Calling all Python community organizers! We want to sit down together and share what’s going well, what new tricks we’ve learned, and what’s been challenging in the area of organizing Python and Pytho
Link: https://pycon.blogspot.com/2025/03/community-organizer-meet-up-at-pycon-us.html
Calling all Python community organizers! We want to sit down together and share what’s going well, what new tricks we’ve learned, and what’s been challenging in the area of organizing Python and Pytho
Python GUIs: PyQt6 Toolbars & Menus — QAction — Defining toolbars, menus, and keyboard shortcuts with QAction
Link: https://www.pythonguis.com/tutorials/pyqt6-actions-toolbars-menus/
Next, we'll look at some of the common user interface elements you've probably seen in many other applications — toolbars and menus. We'll also explore the neat system Qt provides for minimizing the d
Link: https://www.pythonguis.com/tutorials/pyqt6-actions-toolbars-menus/
Next, we'll look at some of the common user interface elements you've probably seen in many other applications — toolbars and menus. We'll also explore the neat system Qt provides for minimizing the d
Python GUIs
Using PyQt6 Actions, Toolbars and Menus
Menus are a key part of most user interfaces, arranging commonly used features into navigable hierarchies. Toolbars are used for grouping the most common actions in an easy to reach location. Next, we'll look at some of the common user interface elements…
Ned Batchelder: Human sorting improved
Link: https://nedbatchelder.com/blog/202503/human_sorting_improved.html
When sorting strings, you’d often like the order to make sense to a person.
That means numbers need to be treated numerically even if they are in a larger
string.For example, sorting Python versions w
Link: https://nedbatchelder.com/blog/202503/human_sorting_improved.html
When sorting strings, you’d often like the order to make sense to a person.
That means numbers need to be treated numerically even if they are in a larger
string.For example, sorting Python versions w
Nedbatchelder
Human sorting improved
When sorting strings, you’d often like the order to make sense to a person. That means numbers need to be treated numerically even if they are in a larger string.
Armin Ronacher: I'm Leaving Sentry
Link: http://lucumr.pocoo.org/2025/3/31/leaving
Every ending marks a new beginning, and today, is the beginning of a new
chapter for me. Ten years ago I took a leap into the unknown, today I
take another. After a decade of working on Sentry I mov
Link: http://lucumr.pocoo.org/2025/3/31/leaving
Every ending marks a new beginning, and today, is the beginning of a new
chapter for me. Ten years ago I took a leap into the unknown, today I
take another. After a decade of working on Sentry I mov
Armin Ronacher's Thoughts and Writings
I'm Leaving Sentry
Endings and new beginnings.
PyBites: Try an AI Speed Run For Your Next Side Project
Link: https://pybit.es/articles/try-an-ai-speed-run-for-your-next-side-project/
The ProblemI have for as long as I can remember had a bit of a problem with analysis paralysis and tunnel vision.If I’m working on a problem and get stuck, I have a tendency to just sit there paging t
Link: https://pybit.es/articles/try-an-ai-speed-run-for-your-next-side-project/
The ProblemI have for as long as I can remember had a bit of a problem with analysis paralysis and tunnel vision.If I’m working on a problem and get stuck, I have a tendency to just sit there paging t
Pybites
Try An AI Speed Run For Your Next Side Project - Pybites
He thought this was a great idea, and suggested that this would be an ideal candidate to try as an "AI speed run".
Talk Python to Me: #499: BeeWare and the State of Python on Mobile
Link: https://talkpython.fm/episodes/show/499/beeware-and-the-state-of-python-on-mobile
This episode is all about Beeware, the project that working towards true native apps built on Python, especially for iOS and Android. Russell's been at this for more than a decade, and the progress is
Link: https://talkpython.fm/episodes/show/499/beeware-and-the-state-of-python-on-mobile
This episode is all about Beeware, the project that working towards true native apps built on Python, especially for iOS and Android. Russell's been at this for more than a decade, and the progress is
talkpython.fm
BeeWare and the State of Python on Mobile
This episode is all about Beeware, the project that working towards true native apps built on Python, especially for iOS and Android. Russell's been at this for more than a decade, and the progress is now hitting critical mass. We'll talk about the Toga GUI…
Zero to Mastery: [March 2025] Python Monthly Newsletter 🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-march-2025/?utm_source=python-rss-feed
64th issue of Andrei Neagoie's must-read monthly Python Newsletter: CUDA for Python Devs, PyPi Wheels, TL;DR Of LLMs, and much more. Read the full newsletter to get up-to-date with everything you need
Link: https://zerotomastery.io/blog/python-monthly-newsletter-march-2025/?utm_source=python-rss-feed
64th issue of Andrei Neagoie's must-read monthly Python Newsletter: CUDA for Python Devs, PyPi Wheels, TL;DR Of LLMs, and much more. Read the full newsletter to get up-to-date with everything you need
Zero To Mastery
[March 2025] Python Monthly Newsletter 💻🐍 | Zero To Mastery
Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
Real Python: Python's Bytearray: A Mutable Sequence of Bytes
Link: https://realpython.com/python-bytearray/
Python’s bytearray is a mutable sequence of bytes that allows you to manipulate binary data efficiently. Unlike immutable bytes, bytearray can be modified in place, making it suitable for tasks requir
Link: https://realpython.com/python-bytearray/
Python’s bytearray is a mutable sequence of bytes that allows you to manipulate binary data efficiently. Unlike immutable bytes, bytearray can be modified in place, making it suitable for tasks requir
Realpython
Python's Bytearray: A Mutable Sequence of Bytes – Real Python
In this tutorial, you'll learn about Python's bytearray, a mutable sequence of bytes for efficient binary data manipulation. You'll explore how it differs from bytes, how to create and modify bytearray objects, and when to use them in tasks like processing…
Ari Lamstein: censusdis v1.4.0 is now on PyPI
Link: https://arilamstein.com/blog/2025/03/31/censusdis-v1-4-0-is-now-on-pypi/
I recently contributed a new module to the censusdis package. This resulted in a new version of the package being pushed to PyPI. You can install it like this:
$ pip install censusdis -U
#Verify tha
Link: https://arilamstein.com/blog/2025/03/31/censusdis-v1-4-0-is-now-on-pypi/
I recently contributed a new module to the censusdis package. This resulted in a new version of the package being pushed to PyPI. You can install it like this:
$ pip install censusdis -U
#Verify tha
Ari Lamstein
censusdis v1.4.0 is now on PyPI
I recently contributed a new module to the censusdis package. This resulted in a new version of the package being pushed to PyPI. You can install it like this: The module I created is called multiy…
Python Bytes: #426 Committing to Formatted Markdown
Link: https://pythonbytes.fm/episodes/show/426/committing-to-formatted-markdown
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/hukkin/mdformat?featured_on=pythonbytes"><strong>mdformat</strong></a></li>
<li><strong><a href="https://git
Link: https://pythonbytes.fm/episodes/show/426/committing-to-formatted-markdown
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><a href="https://github.com/hukkin/mdformat?featured_on=pythonbytes"><strong>mdformat</strong></a></li>
<li><strong><a href="https://git
pythonbytes.fm
Committing to Formatted Markdown
News and announcements from the Python community for the week of Mar 31st, 2025
Wingware: Wing Python IDE 11 Early Access - March 27, 2025
Link: https://wingware.com/news/2025-04-01
Wing 11 is now available as an early access release, with improved AI assisted development,
support for the uv package manager, improved Python code analysis, improved custom key
binding assignment us
Link: https://wingware.com/news/2025-04-01
Wing 11 is now available as an early access release, with improved AI assisted development,
support for the uv package manager, improved Python code analysis, improved custom key
binding assignment us
Wingware
Wing Python IDE 11 Early Access - March 27, 2025 - Wing Python IDE
Wing 11 is now available as an early access release, with improved AI assisted development,
support for the uv package manager, improved Python code analysis, improved custom key
binding assignment user interface, improved diff/merge, a new preference to…
support for the uv package manager, improved Python code analysis, improved custom key
binding assignment user interface, improved diff/merge, a new preference to…
Glyph Lefkowitz: A Bigger Database
Link: https://blog.glyph.im/2025/03/a-bigger-database.html
A Database File
When I was 10 years old, and going through a fairly difficult time, I was lucky
enough to come into the possession of a piece of software called Claris
FileMaker Pro™.
FileMaker allowe
Link: https://blog.glyph.im/2025/03/a-bigger-database.html
A Database File
When I was 10 years old, and going through a fairly difficult time, I was lucky
enough to come into the possession of a piece of software called Claris
FileMaker Pro™.
FileMaker allowe
blog.glyph.im
A Bigger Database
We do what we can, because we must.
Tryton News: Newsletter April 2025
Link: https://discuss.tryton.org/t/newsletter-april-2025/8451
Last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features which we wou
Link: https://discuss.tryton.org/t/newsletter-april-2025/8451
Last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features which we wou
Tryton Discussion
Newsletter April 2025
Last month we focused on fixing bugs, improving the behaviour of things, speeding-up performance issues - building on the changes from our last release. We also added some new features which we would like to introduce to you in this newsletter. For an in…
eGenix.com: Python Meeting Düsseldorf - 2025-04-09
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2025-04-09
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
09.0
Link: https://www.egenix.com/company/news/Python-Meeting-Duesseldorf-2025-04-09
The following text is in German, since we're announcing a regional user group meeting in Düsseldorf, Germany.
Ankündigung
Das nächste Python Meeting Düsseldorf findet an folgendem Termin statt:
09.0
eGenix.com
eGenix.com: Python Meeting Düsseldorf - 2025-04-09
We are pleased to announce the next Python Meeting Düsseldorf on 2025-04-09.
Mike Driscoll: Textual – How to Add Widgets to a Container
Link: https://www.blog.pythonlibrary.org/2025/04/01/textual-how-to-add-widgets-to-a-container/
Textual is an excellent Python package for creating beautiful user interfaces in your terminal. By default, Textual will arrange your widgets starting at the top of the screen and appending them in a
Link: https://www.blog.pythonlibrary.org/2025/04/01/textual-how-to-add-widgets-to-a-container/
Textual is an excellent Python package for creating beautiful user interfaces in your terminal. By default, Textual will arrange your widgets starting at the top of the screen and appending them in a
Mouse Vs Python
Textual - How to Add Widgets to a Container - Mouse Vs Python
Textual is an excellent Python package for creating beautiful user interfaces in your terminal. By default, Textual will arrange your widgets starting at
Real Python: Building a Code Image Generator With Python
Link: https://realpython.com/courses/code-image-generator/
If you’re active on social media, then you know that images and videos are popular forms of content. As a programmer, you mainly work with text, so sharing the content that you create on a daily basis
Link: https://realpython.com/courses/code-image-generator/
If you’re active on social media, then you know that images and videos are popular forms of content. As a programmer, you mainly work with text, so sharing the content that you create on a daily basis
Realpython
Building a Code Image Generator With Python – Real Python
In this step-by-step video course, you'll build a code image generator that creates nice-looking images of your code snippets to share on social media. Your code image generator will be powered by the Flask web framework and include exciting packages like…