#Real Python

Using Python for Data Analysis

In this tutorial, you'll learn the importance of having a structured data analysis workflow, and you'll get the opportunity to practice using Python for data analysis while following a common workflow process.
#intermediate #python #data-science #best-practices
By | Jan 17, 2024


Inheritance and Composition: A Python OOP Guide

In this step-by-step tutorial, you'll learn about inheritance and composition in Python. You'll improve your object-oriented programming (OOP) skills by understanding how to use inheritance and composition and how to leverage them in their design.
#intermediate #python #best-practices
By | Jan 15, 2024



#Django Project – Weblog

DSF calls for applicants for a Django Fellow

By Frank Wiles | Jan 19, 2024


DjangoCon Europe 2025 Call for Proposals

By Chaim Kirby | Jan 15, 2024



#Python Insider

Python 3.13.0 alpha 3 is now available.

By Thomas Wouters | Jan 18, 2024



#PyCoders

Issue #612 – Python & Excel, JIT, NumPy 2, and More

By | Jan 16, 2024



#Adam Johnson – Blogs

Git: Improve diff generation with

Contrary to common belief, Git doesn’t store diffs. It actually stores snapshots of whole files, heavily compressed to reduce redundancy. Then when displaying a diff is required, git diff generates it on the fly.
By Adam Johnson | Jan 18, 2024


Boost Your Django DX update out now

I just released a major update to my 2021 book Boost Your Django DX. This update contains new content, a bunch of edits, and uses the latest versions of tools, including Python 3.12 and Django 5.0.
By Adam Johnson | Jan 17, 2024



#406 – Matthias

Weeknotes (2024 week 03)

Weeknotes (2024 week 03)Djangonaut Space
I wish all participants a good time and much success. I do not have anything to do with it really but I enjoy the idea a lot and maybe there will be a pull request or two to review.
Kubernetes
After years and …
By Matthias Kestenholz | Jan 17, 2024



#Python Software Foundation

Announcing Python Software Foundation Fellow Members for Q3 2023! 🎉

By Olivia Sauls | Jan 18, 2024


Announcing the Deputy Developer in Residence and the Supporting Developer in Residence

By Łukasz Langa | Jan 18, 2024



#Daniel Roy Greenfeld Blogs

TIL: Writing decorators for classes

To my surprise writing decorators for classes is easier than for functions.
By Daniel Roy Greenfeld | Jan 19, 2024