Planet Python - http://planetpython.org/
5k followers 34 articles/week
Python Software Foundation: Notice of Python Software Foundation Bylaws change, effective 10 August 2024

There has been a lot of attention directed at our Bylaws over the last few weeks, and as a result of that conversation, the Board was alerted to a defect in our Bylaws that exposes the Foundation to an unbounded financial liability. Specifically, Bylaws Article XIII as originally written compels the Python Software Foundation to extend indemnity coverage...

Fri Jul 26, 2024 23:08
Talk Python to Me: #472: State of Flask and Pallets in 2024

Flask is one of the most important Python web frameworks and powers a bunch of the internet. David Lord, Flask's lead maintainer is here to give us an update on the state of Flask and Pallets in 2024. If you care about where Flask is and where it's going, you'll definitely want to listen in.<br/> <br/> <strong>Episode sponsors</strong><br/>...

Fri Jul 26, 2024 23:08
Kushal Das: Multi-factor authentication in django

Multi-factor authentication is a must have feature in any modern web application. Specially providing support for both TOTP (think applications on phone) and FIDO2 (say Yubikeys) usage. I created a small Django demo mfaforgood which shows how to enable both. I am using django-mfa3 for all the hard work, but specially from a PR branch from my...

Fri Jul 26, 2024 20:09
Python Software Foundation: Python’s Supportive and Welcoming Environment is Tightly Coupled to Its Progress

Python is as popular as it is today because we have gone above and beyond to make this a welcoming community. Being a friendly and supportive community is part of how we are perceived by the wider world and is integral to the wide popularity of Python. We won a “Wonderfully Welcoming Award” last year at GitHub Universe. Over and over again, the tech...

Fri Jul 26, 2024 20:09
Real Python: The Real Python Podcast – Episode #214: Build Captivating Display Tables in Python With Great Tables

Do you need help making data tables in Python look interesting and attractive? How can you create beautiful display-ready tables as easily as charts and graphs in Python? This week on the show, we speak with Richard Iannone and Michael Chow from Posit about the Great Tables Python library. [ Improve Your Python With 🐍 Python Tricks...

Fri Jul 26, 2024 17:11
Real Python: Quiz: Logging in Python

In this quiz, you’ll test your understanding of Python’s logging module. Logging is a very useful tool in a programmer’s toolbox. It can help you develop a better understanding of the flow of a program and discover scenarios that you might not have thought of while developing. Logs provide developers with an extra set of eyes that are constantly...

Thu Jul 25, 2024 20:01

Build your own newsfeed

Ready to give it a go?
Start a 14-day trial, no credit card required.

Create account