PyCharm
We’re excited to launch the second edition of our User Experience Survey for DataGrip and the Database Tools & SQL Plugin!Your feedback from the previous survey helped us better understand your...
View ArticlePyCoder’s Weekly: Issue #681: Loguru, GeoDjango, flexicache, and More (May...
#681 – MAY 13, 2025View in Browser »How to Use Loguru for Simpler Python Logging In this tutorial, you’ll learn how to use Loguru to quickly implement better logging in your Python applications. You’ll...
View ArticleeGenix.com: eGenix Antispam Bot for Telegram 0.7.1 GA
IntroductioneGenix has long been running a local user group meeting in Düsseldorf called Python Meeting Düsseldorf and we are using a Telegram group for most of our communication.In the early days, the...
View ArticleDjango Weblog: DSF member of the month - Simon Charette
For May 2025, we welcome Simon Charette as our DSF member of the month! ⭐Simon Charette is a longtime Django contributor and community member. He served on the Django 5.x Steering Council and is part...
View ArticleReal Python: How to Get the Most Out of PyCon US
Congratulations! You’re going to PyCon US!Whether this is your first time or you’re a regular attendee, going to a conference full of people who love the same thing as you is always a fun experience....
View ArticleHugo van Kemenade: PEPs & Co.
PEPs #Here’s Barry Warsaw on the origin of PEPs, or Python Enhancement Proposals (edited from PyBay 2017):I like backronyms. For those who don’t know: a backronym is where you come up with the acronym...
View ArticleDjango Weblog: DjangoCon Europe and beyond
We had a blast at DjangoCon Europe 2025, and hope you did too! Events like this are essential for our community, delighting both first-timers and seasoned Djangonauts with insights, good vibes, and...
View ArticleErik Marsja: Pandas: Drop Columns By Name in DataFrames
The post Pandas: Drop Columns By Name in DataFrames appeared first on Erik Marsja.This blog post will cover Pandas drop columns by name from a single DataFrame and multiple DataFrames. This is a common...
View ArticleNed Batchelder: PyCon summer camp
I’m headed to PyCon today, and I’m reminded about how it feels like summer camp, in mostly good ways, but also in a tricky way.You take some time off from your “real” life, you go somewhere else, you...
View ArticleReal Python: Quiz: Getting Started With Python IDLE
In this quiz, you’ll test your understanding of Python IDLE.Python IDLE is an IDE included with Python installations, designed for basic editing, execution, and debugging of Python code. You can also...
View ArticleDjango Weblog: Our new accessibility statement
Happy Global Accessibility Awareness Day! We thought this would be a fitting occasion to announce our brand new Django accessibility statement🎉Did you know that according to the WebAIM Million survey,...
View ArticleZato Blog: Using Oracle Database from Python and Zato Services
Using Oracle Database from Python and Zato Services 2025-05-15, by Dariusz Suchojad OverviewOracle Database remains a cornerstone of enterprise IT, powering mission-critical applications around the...
View ArticleBrett Cannon: Unravelling t-strings
PEP 750 introduced t-strings for Python 3.14. In fact, they are so new that as of Python 3.14.0b1 there still isn&apost any documentation yet for t-strings. 😅 As such, this blog post will hopefully...
View ArticleDaniel Roy Greenfeld: Farewell to Michael Ryabushkin
Michael Ryabushkin and I met around 2011-2012 through Python community work. I don't remember how we met, instead I remember his presence suddenly there, helping and aiding others.Michael could be...
View ArticleDjango Weblog: Our Google Summer of Code 2025 contributors
We’re excited to introduce our Google Summer of Code 2025 contributors!These amazing folks will be working on impactful projects that will shape Django’s future.\ Meet the contributors 👇A. Rafey...
View ArticleReal Python: The Real Python Podcast – Episode #249: Going Beyond...
What is the best way to record the Python dependencies for the reproducibility of your projects? What advantages will lock files provide for those projects? This week on the show, we welcome back...
View ArticleFirst Institute of Reliable Software: New Template Strings in Python 3.14
Template strings (template strings or t-strings) are a new syntax in Python 3.14 that defers interpolation. Explanation, examples, and how to mask secret data when outputting. How to install Python...
View ArticleFirst Institute of Reliable Software: New Template Strings in Python 3.14
Template strings (template strings or t-strings) are a new syntax in Python 3.14 that defers interpolation. Explanation, examples, and how to mask secret data when outputting. How to install Python...
View ArticleNikola: Nikola v8.3.3 is out!
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.3.3. This is a bugfix release.We’ve had to release Nikola v8.3.3 immediately after releasing Nikola...
View Article