Sunday, May 24, 2020

Test and Code: 114: The Python Software Foundation (PSF) Board Elections - Ewa Jodlowska / Christopher Neugebauer

"The mission of the Python Software Foundation is 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."

That's a lot of responsibility, and to that end, the PSF Board Directors help out quite a bit.

If you want to be a part of the board, you can. There's an election coming up right around the corner and you gotta get your nomination in by May 31. You can also join the PSF if you want to vote for who gets to be part of the board.

But what does it really mean to be on the Board, and what are some of the things the PSF does?

To help answer those questions, I've got Ewa Jodlowska, the PSF Executive Director, and Christopher Neugebauer, a current board member, on the show today. I've also got some great links in the show notes if we don't answer your questions and you want to find out more.

Special Guests: Christopher Neugebauer and Ewa Jodlowska.

Sponsored By:

Support Test & Code : Python Testing for Software Engineers

Links:

<p>&quot;The mission of the Python Software Foundation is 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.&quot;</p> <p>That&#39;s a lot of responsibility, and to that end, the PSF Board Directors help out quite a bit. </p> <p>If you want to be a part of the board, you can. There&#39;s an election coming up right around the corner and you gotta get your nomination in by May 31. You can also join the PSF if you want to vote for who gets to be part of the board. </p> <p>But what does it really mean to be on the Board, and what are some of the things the PSF does? </p> <p>To help answer those questions, I&#39;ve got Ewa Jodlowska, the PSF Executive Director, and Christopher Neugebauer, a current board member, on the show today. I&#39;ve also got some great links in the show notes if we don&#39;t answer your questions and you want to find out more.</p><p>Special Guests: Christopher Neugebauer and Ewa Jodlowska.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2JDHRTz" rel="nofollow">PyCharm Professional</a>: <a href="https://ift.tt/2JDHRTz" rel="nofollow">Try PyCharm Pro for 4 months and learn how PyCharm will save you time.</a> Promo Code: TESTNCODE2020</li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineers</a></p><p>Links:</p><ul><li><a href="https://bit.ly/psf-discuss" title="Latest PSF Board Elections Discussion" rel="nofollow">Latest PSF Board Elections Discussion</a></li><li><a href="https://ift.tt/1fBQyXR" title="Python Software Foundation" rel="nofollow">Python Software Foundation</a></li><li><a href="https://bit.ly/psf-elect" title="Overview of Elections" rel="nofollow">Overview of Elections</a></li><li><a href="https://ift.tt/2TDqMky" title="Duties and Responsibilities of Directors" rel="nofollow">Duties and Responsibilities of Directors</a></li><li><a href="https://www.youtube.com/watch?v=ZLKj6FaQA4M" title="Life as a Python Software Foundation Director - YouTube" rel="nofollow">Life as a Python Software Foundation Director - YouTube</a></li></ul>

from Planet Python
via 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...