Public list by ~pycoders

Issue #738: sleep(), Polars Workflows, Iterators, and More (2026-06-09)

PyCon Singapore 2026

http://pycon.sg/

PyCon Singapore 2026 June 19 to June 22, 2026 PYCON.SG

2 months ago

Libraries for your Python Polars workflows

https://opensource.posit.co/blog/2026-06-04_libraries-for-python-polars/

Libraries for Your Python Polars Workflows Four excellent libraries for your data science workflow with support for Polars DataFrames ISABELLA VELÁSQUEZ • Shared by Isabella Velásquez

2 months ago

Down The Iterator Rabbit Hole

https://www.thepythoncodingstack.com/p/down-the-iterator-rabbit-hole-python

Down the Iterator Rabbit Hole Following the trail when you have a chain of iterators STEPHEN GRUPPETTA

2 months ago

Django security releases issued: 6.0.6 and 5.2.15

https://www.djangoproject.com/weblog/2026/jun/03/security-releases/

Django Security Releases Issued: 6.0.6 and 5.2.15 DJANGO SOFTWARE FOUNDATION

#python #django #framework #open-source

2 months ago

olmOCR-2 vs PaddleOCR-VL: Which Extracts PDF Tables Better?

https://codecut.ai/olmocr2-vs-paddleocr-vl/

olmOCR-2 vs PaddleOCR-VL: Which Extracts PDF Tables Better? Compare olmOCR-2 and PaddleOCR-VL on a real arXiv PDF with dense technical tables. This article walks through a Python-based OCR workflow, then evaluates how each model handles table detection, runtime, numeric accuracy, merged cells, and multi-tier headers. KHUYEN TRAN • Shared by Khuyen Tran

2 months ago

You're using a tool with a too-generic User-Agent

https://utcc.utoronto.ca/~cks/space/blog/python/TypeHintsDifferentCode

Using Typing in Python Leads to Different Sorts of Code Chris has been moving lots of code from Python 2 to 3 and experimenting with more rigid type hints as he goes along. He’s found that keeping the type checker happy makes him write code in a different way, almost like writing in a second language. CHRIS SIEBENMANN

2 months ago

Django: introducing django-integrity-policy - Adam Johnson

https://adamj.eu/tech/2026/05/31/introducing-django-integrity-policy/

Django: Introducing Django-Integrity-Policy Recently, browsers have added support for the new Integrity-Policy response header (Firefox 145+, Chrome 138+). Adam quickly went to work to build a library that enables your Django project to take advantage of the feature. ADAM JOHNSON

2 months ago

PSF Strategic Plan 2026 Draft: Open for Community Feedback

https://pyfound.blogspot.com/2026/06/psf-strategic-plan-2026-draft-open-for.html

PSF Strategic Plan 2026 Draft The Python Software Foundation board has been developing a strategic plan to guide the foundation’s direction over the next five years. The first draft has been released and they’re looking for community feedback. PYTHON SOFTWARE FOUNDATION

2 months ago

Language Summit | EuroPython 2026 | July 13th-19th 2026 | KrakĂłw, Poland

https://ep2026.europython.eu/language-summit/

EuroPython 2026 Language Summit Talks This year’s EuroPython includes a Python Language Summit. This post highlights the talks scheduled for it, including adding Rust capabilities to CPython, an update on incremental garbage collection, and more. EUROPYTHON.EU

2 months ago

Free Threading internals: reference counting — Victor Stinner blog 3

https://vstinner.github.io/free-threading-reference-counting.html

Free Threading Internals: Reference Counting This article describes how the lifetime of Python objects are tracked using reference counting and how that is effected by the changes brought about by removing the GIL. VICTOR STINNER

2 months ago

How to Keep Your Developer Instincts When AI Writes the Code

https://belderbos.dev/blog/dont-delegate-the-friction/

Keep Your Developer Instincts When AI Writes the Code The promise was less friction. The cost, it turns out, is instinct, a high price to pay. Bob’s answer: add deliberate practice to your routine, and keep the struggle. BOB BELDERBOS • Shared by Bob Belderbos

2 months ago

Parsing XML EXIF From .avif Files (Plus a Rant)

https://sheep.horse/2026/6/parsing_xml_exif_from_.avif_files_(plus_a_rant).html

Parsing XML EXIF From .avif Files (Plus a Rant) The .avif format tends to result in smaller files, but the EXIF strippers that Andrew was using didn’t support the format, so he wrote his own. ANDREW STEPHENS

2 months ago

Structuring Your Python Script – Real Python

https://realpython.com/courses/structuring-your-python-script/

Structuring Your Python Script Master Python script structure with best practices for shebangs, ordered imports, formatting with Ruff, constants, and a clean entry point. REAL PYTHON course

2 months ago