Public list by ~pycoders

Issue #748: Line Breaks, OpenCode, Segfaults, and More (2026-08-18)

PyCon Togo 2026 - Home

https://pycontg.pytogo.org/

PyCon Togo 2026 August 28 to August 30, 2026 PYTOGO.ORG

2 days ago

Coding With OpenCode: AI-Assisted Python

https://realpython.com/courses/coding-with-opencode-ai/

Coding With OpenCode: AI-Assisted Python Learn how to use OpenCode for AI-assisted Python coding, using a free Gemini API key to analyze and refactor code right in your terminal. REAL PYTHON course

2 days ago

GitHub - Agent-Field/pr-af: #1 open-source code reviewer on Code-Review-Bench

https://agentfield.ai/github/pr-af/?utm_id=pycoders-260818-pr-af

The Top Open-Source Code Reviewer on Code-Review-Bench PR-AF places #2 of 42 overall on Martian’s Code-Review-Bench, ahead of CodeRabbit, Copilot, and Devin. Roughly 3x more valid findings than the commercial tools, at ~10x lower cost per review. Verified findings only. Apache 2.0, self-hosted, runs on any open or closed model. Star & Deploy → AGENTFIELD sponsor

2 days ago

Two lines of Python that segfault the interpreter | Timofei Ivankov

https://deadlovelll.github.io/2026-08-10-conditional-annotations-set-add-crash/

Two Lines of Python That Segfault the Interpreter Two lines of plain Python segfaulted every CPython with lazy annotations: PEP 749 gave SET_ADD an operand that user code can rebind. TIMOFEI IVANKOV • Shared by Timofei Ivankov

#cpython #asyncio #python internals #free-threaded python #jit #runtime performance

2 days ago

Django is moving to an annual release cycle

https://www.djangoproject.com/weblog/2026/aug/10/annual-release-cycle/

Django Is Moving to an Annual Release Cycle DJANGO SOFTWARE FOUNDATION

#python #django #framework #open-source

2 days ago

OAuth 2.0 in Python: The Authorization Code Flow Explained

https://www.endpoint51.com/oauth-2-authorization-code-flow-python/

OAuth 2.0 in Python: The Authorization Code Flow Explained OAuth’s authorization code flow, explained from the four roles up: the redirect, the code-for-token exchange, state, PKCE, and refresh tokens, with a complete runnable Python script and a table of the OAuth errors you’ll actually hit. ENDPOINT51.COM • Shared by Simon O’Connor

2 days ago

The Problem with pandas Isn’t Performance. It’s Cognitive Overhead. | Towards Data Science

https://towardsdatascience.com/the-problem-with-pandas-isnt-performance-its-cognitive-overhead/

The Problem With pandas Isn’t Performance This opinion piece argues that pandas’ biggest everyday cost is often cognitive overhead rather than execution time and explores whether a backend-independent data-analysis DSL could reduce it NEAL HUGHES • Shared by Neal Hughes

2 days ago

DjangoCon US 2026

https://2026.djangocon.us/

DjangoCon US 2026 August 24 to August 29, 2026 DJANGOCON.US

2 days ago

PyCon AU 2026

https://2026.pycon.org.au/

PyCon AU 2026 August 26 to August 31, 2026 PYCON.ORG.AU

2 days ago

PyConPL 2026

https://pl.pycon.org/2026/

PyCon PL 2026 August 27 to August 31, 2026 PYCON.ORG

2 days ago

Welcome to PyCon Kenya 2026

https://www.pycon.ke/

PyCon Kenya 2026 August 28 to August 30, 2026 PYCON.KE

#python #conference #africa #nairobi #kenya #developer

2 days ago

Breaking up (lines) is hard to do

https://www.b-list.org/weblog/2026/aug/10/newlines/

Breaking Up (Lines) Is Hard to Do Here’s a seemingly simple question: given a chunk of multi-line text, how do you split it and return an array? Unicode makes everything harder than it might first seem. B-LIST.ORG

2 days ago

Security of everything at PyCon 2026

https://talkpython.fm/episodes/show/557/security-of-everything-at-pycon-2026

Security of Everything at PyCon 2026 This year’s PyCon US added a dedicated security track. Talk Python interviews some of the key folks from the center of it: Juanita Gomez, Mike Fiedler, and Seth Michael Larson. TALK PYTHON podcast

2 days ago

How to Integrate OpenTelemetry With a FastAPI App

https://realpython.com/fastapi-opentelemetry/

How to Integrate OpenTelemetry With a FastAPI App Learn how to integrate OpenTelemetry with a FastAPI app in Python to instrument endpoints, export traces, add custom spans, and correlate logs. REAL PYTHON

2 days ago

Qt Designer and Python: Build Your GUI Applications Faster

https://realpython.com/qt-designer-python/

Qt Designer and Python: Build Your GUI Applications Faster Learn how to use Qt Designer to build Python GUIs with PyQt6. Create your main windows and dialogs visually, then load them in your app. REAL PYTHON

2 days ago

Nifty Django Feature: Admin Form Injection

https://www.better-simple.com/django/2026/08/12/nifty-feature-admin-form-injection/

Admin Form Injection Learn about a hidden Django admin feature for passing values between pop-up windows on the web. TIM SCHILLING

#django #nifty django feature #admin

2 days ago