Django Weblog: Annual meeting of DSF Members at DjangoCon Europe
Link: https://www.djangoproject.com/weblog/2025/apr/09/annual-meeting-of-dsf-members-at-djangocon-europe/
We’re organizing an annual meeting for members of the Django Software Foundation! It will be held at DjangoCon Europe 2025 in two weeks in Dublin, bright and early on the second day of the conference.
Link: https://www.djangoproject.com/weblog/2025/apr/09/annual-meeting-of-dsf-members-at-djangocon-europe/
We’re organizing an annual meeting for members of the Django Software Foundation! It will be held at DjangoCon Europe 2025 in two weeks in Dublin, bright and early on the second day of the conference.
Django Project
Annual meeting of DSF Members at DjangoCon Europe
Posted by Thibaud Colas on April 9, 2025
Mike Driscoll: Python 101 – An Intro to Working with INI files Using configparser
Link: https://www.blog.pythonlibrary.org/2025/04/09/python-101-an-intro-to-working-with-ini-files-using-configparser/
Many programs require configuration. Most have a default configuration and many allow the user to adjust that configuration. There are many different types of configuration files. Some use text files
Link: https://www.blog.pythonlibrary.org/2025/04/09/python-101-an-intro-to-working-with-ini-files-using-configparser/
Many programs require configuration. Most have a default configuration and many allow the user to adjust that configuration. There are many different types of configuration files. Some use text files
Mouse Vs Python
Python 101 - An Intro to Working with INI files Using configparser - Mouse Vs Python
Many programs require configuration. Most have a default configuration and many allow the user to adjust that configuration. There are many different
TestDriven.io: Running Background Tasks from Django Admin with Celery
Link: https://testdriven.io/blog/django-admin-celery/
This tutorial looks at how to run background tasks directly from Django admin using Celery.
Link: https://testdriven.io/blog/django-admin-celery/
This tutorial looks at how to run background tasks directly from Django admin using Celery.
testdriven.io
Running Background Tasks from Django Admin with Celery
This tutorial looks at how to run background tasks directly from Django admin using Celery.
Python Docs Editorial Board: Meeting Minutes: Apr 8, 2025
Link: https://python.github.io/editorial-board/updates/2025-04-08-editorial-board-update/
Meeting Minutes from Python Docs Editorial Board: Apr 8, 2025
Link: https://python.github.io/editorial-board/updates/2025-04-08-editorial-board-update/
Meeting Minutes from Python Docs Editorial Board: Apr 8, 2025
Python Docs Editorial Board
Meeting Minutes: Apr 8, 2025
Meeting Minutes from Python Docs Editorial Board: Apr 8, 2025
Real Python: Using Python's .__dict__ to Work With Attributes
Link: https://realpython.com/python-dict-attribute/
Python’s .__dict__ is a special attribute in classes and instances that acts as a namespace, mapping attribute names to their corresponding values. You can use .__dict__ to inspect, modify, add, or de
Link: https://realpython.com/python-dict-attribute/
Python’s .__dict__ is a special attribute in classes and instances that acts as a namespace, mapping attribute names to their corresponding values. You can use .__dict__ to inspect, modify, add, or de
Realpython
Using Python's .__dict__ to Work With Attributes – Real Python
In this tutorial, you'll dive deeper into the .__dict__ attribute in Python objects. This attribute is a dictionary-like object that holds writable class or instance attributes. It allows you to manage attributes at a low level, making your classes flexible…
PyPy: Doing the Prospero-Challenge in RPython
Link: https://www.pypy.org/posts/2025/04/prospero-in-rpython.html
Recently I had a lot of fun playing with the Prospero
Challenge by Matt
Keeter. The challenge is to render a 1024x1024 image of
a quote from The Tempest by Shakespeare. The input is a mathematical for
Link: https://www.pypy.org/posts/2025/04/prospero-in-rpython.html
Recently I had a lot of fun playing with the Prospero
Challenge by Matt
Keeter. The challenge is to render a 1024x1024 image of
a quote from The Tempest by Shakespeare. The input is a mathematical for
PyPy
Doing the Prospero-Challenge in RPython
Recently I had a lot of fun playing with the Prospero
Challenge by Matt
Keeter. The challenge is to render a 1024x1024 image of
a quote from The Tempest by Shakespeare. The input is a mathematical for
Challenge by Matt
Keeter. The challenge is to render a 1024x1024 image of
a quote from The Tempest by Shakespeare. The input is a mathematical for
Mirek Długosz: pytest: running multiple tests with names that might contain spaces
Link: https://mirekdlugosz.com/blog/2025/pytest-running-multiple-tests-with-names-that-might-contain-spaces/
You most certainly know that you can run a single test in entire suite by passing the full path:
PRODUCT_ENV='stage' pytest -v --critical tests/test_mod.py::test_func[x1]
This gets old when you want
Link: https://mirekdlugosz.com/blog/2025/pytest-running-multiple-tests-with-names-that-might-contain-spaces/
You most certainly know that you can run a single test in entire suite by passing the full path:
PRODUCT_ENV='stage' pytest -v --critical tests/test_mod.py::test_func[x1]
This gets old when you want
Mirek Długosz personal website
pytest: running multiple tests with names that might contain spaces
You most certainly know that you can run a single test in entire suite by passing the full path: PRODUCT_ENV='stage' pytest -v --critical tests/test_mod.py::test_func[x1] This gets old when you want to run around 3 or more tests. In that case, you might end…
EuroPython Society: Brno Python Pizza, great things come in threes
Link: https://www.europython-society.org/brno-python-pizza-great-things-come-in-threes/
We, the EuroPython Society, were proud partners of Brno Python Pizza. Here’s what they shared with us about the event.By now, the concept of combining Pizza and Python is well established and document
Link: https://www.europython-society.org/brno-python-pizza-great-things-come-in-threes/
We, the EuroPython Society, were proud partners of Brno Python Pizza. Here’s what they shared with us about the event.By now, the concept of combining Pizza and Python is well established and document
EuroPython Society
Brno Python Pizza, great things come in threes
We, the EuroPython Society, were proud partners of Brno Python Pizza. Here’s what they shared with us about the event. By now, the concept of combining Pizza and Python is well established and documented, it just works! But adding Brno into the mix makes…
EuroPython Society: Board Report for March 2025
Link: https://www.europython-society.org/board-report-for-march/
In March, we achieved two significant milestones alongside several smaller improvements and operational work.We launched our ticket sales, dedicating substantial effort to setting up the ticket shop,
Link: https://www.europython-society.org/board-report-for-march/
In March, we achieved two significant milestones alongside several smaller improvements and operational work.We launched our ticket sales, dedicating substantial effort to setting up the ticket shop,
EuroPython Society
Board Report for March 2025
In March, we achieved two significant milestones alongside several smaller improvements and operational work. We launched our ticket sales, dedicating substantial effort to setting up the ticket shop, coordinating with multiple teams, and promoting the event.…
Zato Blog: Airport Integrations in Python
Link: https://zato.io/en/blog/airport-integrations-in-python.html
Airport Integrations in Python
2025-04-10, by Dariusz Suchojad
Did you know you can use Python as an integration platform
for your airport systems? It's Open Source too.
From AODB, transportati
Link: https://zato.io/en/blog/airport-integrations-in-python.html
Airport Integrations in Python
2025-04-10, by Dariusz Suchojad
Did you know you can use Python as an integration platform
for your airport systems? It's Open Source too.
From AODB, transportati
zato.io
Airport Integrations in Python | Zato Integration Platform
Comprehensive guide to building airport integrations in Python with Zato. Learn to connect flight information, passenger data, and other airport systems.
Python Engineering at Microsoft: Microsoft at PyTexas 2025: Join Us for a Celebration of Python and Innovation
Link: https://devblogs.microsoft.com/python/pytexas-2025/
Microsoft is thrilled to announce our participation in PyTexas 2025, taking place this year in the vibrant city of Austin, Texas! As one of the premier regional Python conferences, PyTexas provides a
Link: https://devblogs.microsoft.com/python/pytexas-2025/
Microsoft is thrilled to announce our participation in PyTexas 2025, taking place this year in the vibrant city of Austin, Texas! As one of the premier regional Python conferences, PyTexas provides a
Microsoft News
Microsoft at PyTexas 2025: Join Us for a Celebration of Python and Innovation
Microsoft is thrilled to announce our participation in PyTexas 2025, taking place this year in the vibrant city of Austin, Texas! At this year’s event, Microsoft is proud to contribute to the community’s growth and excitement by hosting a booth and delivering…
Test and Code: pytest-repeat - works fine on Python 3.14
Link: https://testandcode.com/episodes/pytest-repeat-works-fine-on-python-3-14
pytest-repeat is a pytest plugin that makes it easy to repeat a single test, or multiple tests, a specific number of times. works fine on Python 3.14is tested on Python 3.9-3.14probably works fine st
Link: https://testandcode.com/episodes/pytest-repeat-works-fine-on-python-3-14
pytest-repeat is a pytest plugin that makes it easy to repeat a single test, or multiple tests, a specific number of times. works fine on Python 3.14is tested on Python 3.9-3.14probably works fine st
Test & Code
Test & Code | pytest-repeat - works fine on Python 3.14
pytest-repeat is a pytest plugin that makes it easy to repeat a single test, or multiple tests, a specific number of times. works fine on Python 3.14is tested on Python 3.9-3.14probably works fine...
Talk Python to Me: #500: Django Simple Deploy and other DevOps Things
Link: https://talkpython.fm/episodes/show/500/django-simple-deploy-and-other-devops-things
We're sitting down with Eric Matthes, the educator, author, and developer behind Django Simple Deploy. If you've ever struggled with taking that final step of getting your Django app onto a live serve
Link: https://talkpython.fm/episodes/show/500/django-simple-deploy-and-other-devops-things
We're sitting down with Eric Matthes, the educator, author, and developer behind Django Simple Deploy. If you've ever struggled with taking that final step of getting your Django app onto a live serve
talkpython.fm
Django Simple Deploy and other DevOps Things
We're sitting down with Eric Matthes, the educator, author, and developer behind Django Simple Deploy. If you've ever struggled with taking that final step of getting your Django app onto a live server (without spending days wrestling with DevOps complexities)…
Python GUIs: PySide6 Toolbars & Menus — QAction — Defining toolbars, menus, and keyboard shortcuts with QAction
Link: https://www.pythonguis.com/tutorials/pyside6-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/pyside6-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 PySide6 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…
Real Python: The Real Python Podcast – Episode #246: Learning Intermediate Python With a Deep Dive Course
Link: https://realpython.com/podcasts/rpp/246/
Do you want to learn deeper concepts in Python? Would the accountability of scheduled group classes help you get past the basics? This week, five Real Python Intermediate Deep Dive workshop members di
Link: https://realpython.com/podcasts/rpp/246/
Do you want to learn deeper concepts in Python? Would the accountability of scheduled group classes help you get past the basics? This week, five Real Python Intermediate Deep Dive workshop members di
Realpython
Episode #246: Learning Intermediate Python With a Deep Dive Course – The Real Python Podcast
Do you want to learn deeper concepts in Python? Would the accountability of scheduled group classes help you get past the basics? This week, five Real Python Intermediate Deep Dive workshop members discuss their experiences.
Paolo Melchiorre: Maps with Django⁽³⁾: GeoDjango, Pillow & GPS
Link: https://www.paulox.net/2025/04/11/maps-with-django-part-3-geodjango-pillow-and-gps/
A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information fr
Link: https://www.paulox.net/2025/04/11/maps-with-django-part-3-geodjango-pillow-and-gps/
A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information fr
Paolo Melchiorre
Maps with Django⁽³⁾: GeoDjango, Pillow & GPS
A quick-start guide to create a web map with images, using the Python-based Django web framework, leveraging its GeoDjango module, and Pillow, the Python imaging library, to extract GPS information from images.
PyCon: PyCon US 2025: Call for Volunteers & Hatchery Lineup!
Link: https://pycon.blogspot.com/2025/04/pycon-us-2025-call-for-volunteers.html
Call for Volunteers!Looking to make a meaningful contribution to the Python community? Look no further than PyCon US 2025! Whether you're a seasoned Python pro or a newcomer to the community and looki
Link: https://pycon.blogspot.com/2025/04/pycon-us-2025-call-for-volunteers.html
Call for Volunteers!Looking to make a meaningful contribution to the Python community? Look no further than PyCon US 2025! Whether you're a seasoned Python pro or a newcomer to the community and looki
Blogspot
PyCon US 2025: Call for Volunteers & Hatchery Lineup!
Call for Volunteers! Looking to make a meaningful contribution to the Python community? Look no further than PyCon US 2025! Whether you're a...
Matt Layman: PySpark 101: Introduction to Big Data with Spark
Link: https://www.mattlayman.com/videos/pyspark-101-introduction-to-big-data-with-spark/
Unlock the PySpark for Big Data. This is a beginner-friendly course designed to introduce you to Apache Spark, a fast and scalable distributed computing framework. This class covers the fundamentals o
Link: https://www.mattlayman.com/videos/pyspark-101-introduction-to-big-data-with-spark/
Unlock the PySpark for Big Data. This is a beginner-friendly course designed to introduce you to Apache Spark, a fast and scalable distributed computing framework. This class covers the fundamentals o
Matt Layman
PySpark 101: Introduction to Big Data with Spark
Unlock the PySpark for Big Data. This is a beginner-friendly course designed to introduce you to Apache Spark, a fast and scalable distributed computing framework. This class covers the fundamentals of PySpark, including:
Matt Layman: Goodbye JourneyInbox - Building SaaS #218
Link: https://www.mattlayman.com/videos/goodbye-journeyinbox-building-saas-218/
In this episode, I declared to the stream that I’m done working on JourneyInbox as a SaaS product. I didn’t see any meaningful market adoption, so I’ve decided to pivot the project to serve only my pe
Link: https://www.mattlayman.com/videos/goodbye-journeyinbox-building-saas-218/
In this episode, I declared to the stream that I’m done working on JourneyInbox as a SaaS product. I didn’t see any meaningful market adoption, so I’ve decided to pivot the project to serve only my pe
Matt Layman
Goodbye JourneyInbox - Building SaaS #218
In this episode, I declared to the stream that I'm done working on JourneyInbox as a SaaS product. I didn't see any meaningful market adoption, so I've decided to pivot the project to serve only my personal needs. I used the stream to do a retrospective on…
Real Python: Quiz: Namespaces in Python
Link: https://realpython.com/quizzes/python-namespace/
In this quiz, you’ll test your understanding of Namespaces in Python.
You’ll revisit how Python organizes symbolic names and objects in namespaces, when Python creates a new namespace, how namespaces
Link: https://realpython.com/quizzes/python-namespace/
In this quiz, you’ll test your understanding of Namespaces in Python.
You’ll revisit how Python organizes symbolic names and objects in namespaces, when Python creates a new namespace, how namespaces
Realpython
Namespaces in Python Quiz – Real Python
In this quiz, you'll test your understanding of Python namespaces. These concepts are crucial for organizing the symbolic names assigned to objects in a Python program and ensuring they don't interfere with one another.