SciPy 2026
https://www.scipy2026.scipy.org/
SciPy 2026, Minneapolis, MN July 13-19, 2026 SCIPY.ORG • Shared by SciPy Organizers
3 months ago
Public list by ~pycoders
https://www.scipy2026.scipy.org/
SciPy 2026, Minneapolis, MN July 13-19, 2026 SCIPY.ORG • Shared by SciPy Organizers
3 months ago
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
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
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
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
https://pypy.org/posts/2026/05/pypy-v7322-release.html
PyPy v7.3.23 Released PYPY.ORG
3 months ago
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
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
https://2026.geopython.net/
GeoPython 2026 June 8 to June 11, 2026 GEOPYTHON.NET
3 months ago
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
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
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
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
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
3 months ago
https://realpython.com/courses/connecting-llms-data-python-mcp-servers/
Connecting LLMs to Your Data With Python MCP Servers Build an MCP server in Python that exposes tools, resources, and prompts so AI agents like Cursor can interact with your data. REAL PYTHON course
3 months ago
https://realpython.com/visualizing-python-plt-scatter/
How to Make a Scatter Plot in Python With plt.scatter() Learn how to make scatter plots in Python with plt.scatter() and customize markers by size, color, shape, and transparency. REAL PYTHON
3 months ago
https://realpython.com/quizzes/visualizing-python-plt-scatter/
Quiz: How to Make a Scatter Plot in Python With plt.scatter() REAL PYTHON
3 months ago
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
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
3 months ago
https://github.com/adamghill/dj-lite-tenant
dj-lite-tenant: Multi-Tenant SQLite Databases for Django GITHUB.COM/ADAMGHILL
3 months ago
https://github.com/facebook/Lifeguard
Lifeguard: Detect Lazy Imports Incompatibilities GITHUB.COM/FACEBOOK
3 months ago
https://github.com/ngafar/nbpipe
nbpipe: Run Sequences of Jupyter Notebooks as a Workflow GITHUB.COM/NGAFAR
3 months ago
https://github.com/pydantic/httpx2
httpx2: A Next Generation HTTP Client for Python GITHUB.COM/PYDANTIC
3 months ago
https://github.com/marimo-team/mkdocs-marimo
mkdocs-marimo: Mkdocs Plugin for Marimo GITHUB.COM/MARIMO-TEAM
3 months ago
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