#552 – NOVEMBER 22, 2022
View in Browser »
Moving Projects Away From Passwords With WebAuthn
What if you didn’t have to worry about managing user passwords as a Python developer? That’s where the WebAuthn protocol and new hardware standards are heading. This week on the show, Dan Moore from FusionAuth returns to discuss a password-less future.
REAL PYTHONpodcast
Mastodon for Python Devs
Want more information about Mastodon and how Python folks are interacting with it? This interview with multiple Python programmers discusses how they’re using Mastodon and what that community is like in comparison to other social media platforms.
KENNEDY, HÄUSSGE, WILLISON, & RODRÍGUEZpodcast
Python MQTT Tutorial: Store IoT Metrics with InfluxDB
Learn how to create a smart sensor using Python that transmits measurements using MQTT to store them in InfluxDB. You’ll also learn about the InfluxDB ecosystem that provides the database and UI tools that can visualize and query your data. Read tutorial →
INFLUXDATAsponsor
What’s New in Python 3.12
This article in the Python development docs outlines all the changes coming in Python 3.12: even more error message improvement, support for the Linux profiler, improvements to many modules, and more.
PYTHON.ORG
Discussions
Python Jobs
Software Engineer - Weissman Lab (Cambridge, MA, USA)
Whitehead Institute for Biomedical Research
Senior Software Engineer (Python, Qt, Linux) (Anywhere)
Articles & Tutorials
Build the Modular Monolith First
“Even talking about building a monolith today, is a bit taboo. It is all about microservices at the moment, and has been for a few years. But they aren’t a silver bullet.” Coding samples in the article are not Python, but the architectural advice is cross language.
CHRIS KLUG
Tools for Rewriting Python Code
An annotated list for tools that improve your Python code. Includes a variety of linters, type hint tools, upgrade scripts, refactoring tools and more. Luke gives you a quick description of each and makes some recommendations.
LUKE PLANT
Leverage the Power of OpenTelemetry With TelemetryHub by Scout APM
If you’re in need of observability, than look no further than TelemetryHub. TelemetryHub enables you to spend less time troubleshooting your complicated systems and more time concentrating on what matters by providing a wide variety of observability microservices →
SCOUT APMsponsor
Calling Windows Message Boxes Directly From Python
Want a pop-up message box on Windows without having the overhead of a GUI library? Using the built-in ctypes
library you can get at Windows internals and show a dialog box.
MATT CALLAHAN
Deploy a Django App With Gunicorn and Nginx
Ready to take your Django app beyond development? Learn how to deploy your Django web app in production on a real-world public domain with Gunicorn and Nginx.
REAL PYTHONcourse
How to Benchmark (Python) Code
There are plenty of ways to measure the speed of your code. This article shows a few that Sebastian considered working with in his “Writing Faster Python” series.
SEBASTIAN WITOWSKI
Infosys Leaked AWS Keys on PyPI for Over a Year
Tom got a bit of an odd pull request and as he dug in he found AWS Keys in places they shouldn’t be. Read on for a bit of advice on what not to do yourself.
TOM FORBES
Adding Types to a Large Python Codebase
Moving an existing Python code base to 100% typed can be a lot of work. This article talks about the steps and challenges gone through in one such project.
SEAN MACKESEY
Connect, Integrate & Automate Your Data - From Python or Any Other Application
At CData, we simplify connectivity between the application and data sources that power business, making it easier to unlock the value of data.
CDATA SOFTWAREsponsor
Python 3.11 Micro Benchmark
Unless you’ve been asleep, you’ve probably heard that Python 3.11 is faster. This article digs into the details on how certain IO operations have sped up.
KRACEKUMAR• Shared by Kracekumar
Parallelization in Python: The Easy Way
The article introduces parallelization in Python using multiprocessing.Pool() in combination with the map()
function and processing pipelines.
MARCIN KOZAK• Shared by Marcin
Projects & Code
Events
NZPUG-Auckland Coding Challenge “Office Hours”
November 23, 2022
MEETUP.COM
PyKla Monthly Meetup
November 23, 2022
MEETUP.COM
Weekly Real Python Office Hours Q&A (Virtual)
November 23, 2022
REALPYTHON.COM
SPb Python Drinkup
November 24, 2022
MEETUP.COM
Pyjamas Conf 2022
November 26 to November 28, 2022
PYJAMAS.LIVE
Django Girls Groningen
November 26, 2022
DJANGOGIRLS.ORG
PyData Global 2022
December 1 to December 4, 2022
PYDATA.ORG
Happy Pythoning!
This was PyCoder’s Weekly Issue #552.
View in Browser »
[ Subscribe to 🐍 PyCoder’s Weekly 💌 – Get the best Python news, articles, and tutorials delivered to your inbox once a week >> Click here to learn more ]