Monday, July 12, 2021

Python News: What's New From June 2021?

If you want to get up to speed on what happened in the world of Python in June 2021, then you’ve come to the right place to get your news!

June was a month of change. Ewa Jodlowska, the Executive Director of the Python Software Foundation (PSF), announced her departure after serving for ten years, and the PSF Board of Directors gained three new directors.

Let’s dive into the biggest Python news from the past month!

Ewa Jodlowska Steps Down as PSF Executive Director

On June 16, the Python Software Foundation (PSF) announced that Executive Director Ewa Jodlowska has decided to leave the foundation at the end of 2021.

Even if you haven’t heard of Ewa, you’ve undoubtedly been impacted by her work. As Executive Director, Ewa is responsible for ensuring that the PSF achieves its mission “to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers.”

The PSF is responsible for managing and maintaining the python.org website as well as the Python Package Index. The PSF also supports and funds events and workshops for organizations such as Django Girls and PyLadies as well as other Python conferences and meetups worldwide.

In addition to managing community outreach, the PSF supports and funds Python software development. This includes organizing, funding, and supporting CPython sprints. As you’ll learn later in this article, the PSF’s funding and support go beyond support for the core Python language. The PSF also helps Python libraries with various grants and fiscal sponsorship programs.

Read the full article at https://realpython.com/python-news-june-2021/ »


[ Improve Your Python With 🐍 Python Tricks 💌 – Get a short & sweet Python Trick delivered to your inbox every couple of days. >> Click here to learn more and see examples ]



from Real Python
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...