Real Python: What's New in Python 3.13
Python 3.13 was published on October 7, 2024. This new version is a major step forward for the language, although several of the biggest changes are happening under the hood and won’t be immediately...
View ArticlePyCoder’s Weekly: Issue #650 (Oct. 8, 2024)
#650 – OCTOBER 8, 2024View in Browser »Differences Between Python’s Mutable and Immutable Types In this video course, you’ll learn how Python mutable and immutable data types work internally and how...
View ArticleMariatta: Perks of Being a Python Core Developer
Things you can get/do as a Python core developerI’ve been a Python core developer since January 27, 2017.Being a Python core developer comes with perks, privileges, and also responsibilities.Sometimes...
View ArticleHugo van Kemenade: Python Core Developer Sprint 2024
🐍🏃The week before last was the annual Python Core Dev Sprint, graciously hosted by Meta in Bellevue, WA!The idea: bring a bunch of Python core team members, triagers, and special guests to the same...
View ArticleDjango Weblog: Why Django supports the Open Source Pledge
We at the Django Software Foundation are pleased to share that Sentry, alongside other partners, has launched the Open Source Pledge — an initiative designed to address sustainability challenges in...
View ArticlePython Anywhere: Serving UTF-8 static files? Headers to the rescue (an epic...
Imagine there’s a PythonAnywhere user, homer8bc, with poetic inclinations. He wants to serve his newest poem (he believes it’s quite epic) as a static text page. He’s old school — he doesn’t believe in...
View ArticlePyCharm: Where To Get Data for Your Data Science Projects
Whether you’re starting a new project or expanding an existing one, as a data scientist, you’re always on the lookout for new material to explore. Knowing where to get data for data science projects...
View ArticleStefanie Molin: Mind Your Image Metadata
Most devices record a variety of metadata when generating images. While some of that information *may* be innocuous, you could end up exposing the GPS coordinates to your home if you aren't careful. In...
View ArticleReal Python: Quiz: Python Closures: Common Use Cases and Examples
In this quiz, you’ll test your understanding of Python closures. Closures are a common feature in functional programming languages and are particularly popular in Python because they allow you to...
View ArticleReal Python: Build a Contact Book App With Python, Textual, and SQLite
Building projects is a great way to learn programming and have fun at the same time. When you work on a project, you apply different coding skills simultaneously, which is good practice for what you’ll...
View ArticleTalk Python to Me: #480: Ahoy, Narwhals are bridging the data science APIs
If you work in data science, you definitely know about data frame libraries. Pandas is certainly the most popular, but there are others such as cuDF, Modin, Polars, Dask, and more. They are all similar...
View ArticlePyCharm: How I do Django APIs in PyCharm
I learn so much from watching conference talks, especially live, when I’m vibing with the crowd. But sometimes I watch and think: “Wow, I wish I could show you how awesome that would be in...
View ArticleReal Python: Quiz: Structural Pattern Matching
In this quiz, you’ll test your understanding of Structural Pattern Matching in Python.You’ll revisit the syntax of the match statement and case clauses, explore various types of patterns supported by...
View ArticleReal Python: The Real Python Podcast – Episode #223: Exploring the New...
Python 3.13 is here! Our regular guests, Geir Arne Hjelle and Christopher Trudeau, return to discuss the new version. This year, Geir Arne coordinated a series of preview articles with members of the...
View ArticleListenData: How to Automate WordPress using Python
This tutorial explains how to use Python to automate tasks in WordPress. It includes various functions to perform tasks such as creating, extracting, updating and deleting WordPress posts, pages and...
View ArticleDoug Hellmann: virtualenvwrapper 6.1.1
What’s new in 6.1.1? Update broken MSYS link in installation documentation (contributions by LaosLos) Add additional line to mkvirtualenv help (contributions by LaosLos) Update mkvirtualenv help to...
View ArticleTrey Hunner: Django and the Python 3.13 REPL
Your new Django project uses Python 3.13.You’re really looking forward to using the new REPL… but python manage.py shell just shows the same old Python REPL. What gives?Well, Django’s management shell...
View ArticleReal Python: Quiz: Python Thread Safety: Using a Lock and Other Techniques
In this quiz, you’ll test your understanding of Python threading and thread safety. You’ll revisit concepts such as race conditions, thread safety issues, and synchronization primitives in the...
View ArticleZato Blog: What is an API gateway?
What is an API gateway? 2024-10-14, by Dariusz Suchojad In this article, we are going to use Zato in its capacity as a multi-protocol Python API gateway - we will integrate a few popular technologies,...
View ArticleArmin Ronacher: The Inevitability of Mixing Open Source and Money
This year, one of the projects I was involved in at Sentry was the launch of The Open Source Pledge. The idea behind it is simple: companies pledge an amount proportional to the number of developers...
View Article