Public list by ~pycoders

Issue #737: Polars 1.41, Email, Great Docs, and More (2026-06-02)

SciPy 2026

https://www.scipy2026.scipy.org/

SciPy 2026, Minneapolis, MN July 13-19, 2026 SCIPY.ORG • Shared by SciPy Organizers

3 months ago

Sending Emails With Python – Real Python

https://realpython.com/python-send-email/

Sending Emails With Python Learn how to send emails with Python using SMTP, attach files, format HTML messages, and personalize bulk emails for your contact list. REAL PYTHON

3 months ago

Sending Emails With Python Quiz – Real Python

https://realpython.com/quizzes/python-send-email-update/

Quiz: Sending Emails With Python Use Python’s standard library to send email through secure SMTP connections, attach files, include HTML content, and route replies. REAL PYTHON

3 months ago

Context isolation in coding agent loops

https://fandf.co/4u5gYhC

Your Coding Agent Gets Dumber the Longer It Runs. Here’s the Fix. Coding agents degrade as context grows. The fix: a multi-role loop where the planner, builder, and reviewer each get isolated context — no stale assumptions, no compounding noise. A practical breakdown from someone who built it. Read the full breakdown DEPOT sponsor

3 months ago

Great Docs

https://talkpython.fm/episodes/show/549/great-docs

Great Docs Talk Python interviews Rich Iannone and Michael Chow from Posit and they talk about a new Python documentation tool called Great Docs. TALK PYTHON podcast

3 months ago

PyPy v7.3.23 release

https://pypy.org/posts/2026/05/pypy-v7322-release.html

PyPy v7.3.23 Released PYPY.ORG

#release

3 months ago

Episode #297: Improving Python Through PEPs and Protocols – The Real Python Podcast

https://realpython.com/podcasts/rpp/297/

Improving Python Through PEPs and Protocols Have you ever been confused by the naming of modules you’re importing from a package? Is there a standard way to organize and name your Python virtual environments? This week on the show, Brett Cannon returns to discuss the Python Enhancement Proposals (PEPs) he’s been working on recently. REAL PYTHON podcast

3 months ago

Tame your pesky little scripts

https://hamatti.org/posts/tame-your-pesky-little-scripts/

Tame Your Pesky Little Scripts Over time it is common to accumulate little helper scripts, whether they’re shell scripts, aliases, or custom functions. They are typically tiny things that can become unwieldy to manage. This post shares a few ideas that might help you take back control. JUHA-MATTI SANTALA

3 months ago

GeoPython 2026

https://2026.geopython.net/

GeoPython 2026 June 8 to June 11, 2026 GEOPYTHON.NET

3 months ago

Announcing Polars 1.41

https://pola.rs/posts/polars-1-41/

Announcing Polars 1.41 Polars 1.41 is out and this post covers the new features it includes. Learn about faster parquet metadata decoding, nested subplan elimination, and more. POLA.RS

3 months ago

Free-threading vs the GIL in mod_wsgi 6.0.0 - Graham Dumpleton

https://grahamdumpleton.me/posts/2026/05/free-threading-vs-the-gil-in-mod-wsgi-6-0-0/

Free-Threading vs the GIL in mod_wsgi 6.0.0 Free-threading in mod_wsgi 6.0.0 lets a single process spread Python work across multiple cores. This post is a metrics based comparison between the GIL being enabled and disabled. GRAHAM DUMPLETON

3 months ago

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

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

Notes About Python Email Packages Chris recently upgraded his personal mail program from Python 2 to Python 3 and this post talks about what needed to change and notes how the newer code works. CHRIS SIEBENMANN

3 months ago

Perfect Your Python Development Setup (Learning Path) – Real Python

https://realpython.com/learning-paths/perfect-your-python-development-setup/

Learning Path: Perfect Your Python Development Setup Set up a Python development environment with VS Code, PyCharm, virtual environments, Git, pyenv, Docker, and AI coding tools like Claude Code and Cursor. REAL PYTHON

3 months ago

Top 7 Python Libraries for Large-Scale Data Processing

https://www.kdnuggets.com/top-7-python-libraries-for-large-scale-data-processing

Top 7 Python Libraries for Large-Scale Data Processing This article covers Python libraries that make large-scale data processing faster, more scalable, and easier to manage across modern data workflows. BALA PRIYA C

#python

3 months ago

Two Python Scoping Bugs: A Lesson in Object Lifetimes

https://belderbos.dev/blog/two-scoping-bugs-object-lifetimes/

Two Python Scoping Bugs: A Lesson in Object Lifetimes Two Python bugs with opposite symptoms but the same root cause: picking the wrong scope for a stateful object. BOB BELDERBOS

3 months ago

TIL 144 – Sentinel built-in

https://mathspp.com/blog/til/sentinel-builtin

Sentinel Built-In A quick post about Python 3.15’s new sentinel built-in. RODRIGO GIRÃO SERRÃO

#blogpost #til #programming #python

3 months ago

Object-Oriented Python: Master OOP & Write More Pythonic Code – Real Python

https://realpython.com/workshops/python-oop/

Object-Oriented Python: 5-Day Live Workshop, June 8 to 12 A new live cohort for Python developers comfortable with the basics who want to design classes that hold up under change. Across five 2-hour sessions, OOP features appear at the moment a growing project actually needs them. You leave with a working app and the judgment to know when a class earns its keep → REAL PYTHON sponsor

3 months ago