Tech News Aggregator

Python Software Foundation: Reflecting on Five Years as the PSF’s First CPython Developer in Residence
[Planet Python] Python Software Foundation: Reflecting on Five Years as the PSF’s First CPython Developer in Residence

After nearly five wonderful years at the Python Software Foundation as the inaugural CPython Developer in Residence, it's time for me to move on. I feel honored and honestly so lucky to have had the o...

Real Python: How to Add Features to a Python Project With Codex CLI
[Planet Python] Real Python: How to Add Features to a Python Project With Codex CLI

After reading this guide, you’ll be able to use Codex CLI to add features to a Python project directly from your terminal. Codex CLI is an AI-powered coding assistant that runs inside your terminal. I...

PyCon: How to Build Your PyCon US 2026 Schedule
[Planet Python] PyCon: How to Build Your PyCon US 2026 Schedule

Six Pathways Through the TalksFinding your way through three days of world-class Python contentPyCon US 2026 runs May 13–19 in Long Beach, California, and with over 100 talks across five rooms over th...

Real Python: Quiz: Gemini CLI vs Claude Code: Which to Choose for Python Tasks
[Planet Python] Real Python: Quiz: Gemini CLI vs Claude Code: Which to Choose for Python Tasks

In this quiz, you’ll test your understanding of Gemini CLI vs Claude Code: Which to Choose for Python Tasks. By working through this quiz, you’ll revisit key differences between Gemini CLI and Claude ...

Real Python: Quiz: Python Continuous Integration and Deployment Using GitHub Actions
[Planet Python] Real Python: Quiz: Python Continuous Integration and Deployment Using GitHub Actions

This quiz helps you review the key steps for setting up continuous integration and delivery using GitHub Actions. You’ll practice how to organize workflow files, choose common triggers, and use essent...

Ned Batchelder: Linklint
[Planet Python] Ned Batchelder: Linklint

I wrote a Sphinx extension to eliminate excessive links: linklint. It started as a linter to check and modify .rst files, but it grew into a Sphinx extension that works without changing the source fi...

Rodrigo GirĂŁo SerrĂŁo: Personal highlights of PyCon Lithuania 2026
[Planet Python] Rodrigo GirĂŁo SerrĂŁo: Personal highlights of PyCon Lithuania 2026

In this article I share my personal highlights of PyCon Lithuania 2026. Shout out to the organisers and volunteers This was my second time at PyCon Lithuania and, for...

Armin Ronacher: The Center Has a Bias
[Planet Python] Armin Ronacher: The Center Has a Bias

Whenever a new technology shows up, the conversation quickly splits into camps. There are the people who reject it outright, and there are the people who seem to adopt it with religious enthusiasm. F...

Talk Python to Me: #544: Wheel Next + Packaging PEPs
[Planet Python] Talk Python to Me: #544: Wheel Next + Packaging PEPs

When you pip install a package with compiled code, the wheel you get is built for CPU features from 2009. Want newer optimizations like AVX2? Your installer has no way to ask for them. GPU support? Yo...

PyCharm: How (Not) to Learn Python
[Planet Python] PyCharm: How (Not) to Learn Python

While listening to Mark Smith’s inspirational talk for Python Unplugged on PyTV about How to Learn Python, what caught my attention was that Mark suggested turning off some of PyCharm’s AI features to...