Public list by ~pycoders

Issue #739: JIT Delayed, Sandboxes, OpenRouter, and More (2026-06-16)

An announcement from the Steering Council regarding the JIT project

https://discuss.python.org/t/an-announcement-from-the-steering-council-regarding-the-jit-project/107638

Steering Council Announcement Regarding the JIT The Python Steering Council has announced that the work on the JIT needs to be paused until a new PEP gets written. There are many unresolved questions about the approach and integration with other tools and the work on the JIT has reached a stage where these questions need to be answered. Additional discussion PYTHON.ORG

2 months ago

Running Python code in a sandbox with MicroPython and WASM

https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/

Python in a Sandbox With MicroPython and WASM Simon’s been in search of the perfect code sandbox. This article is about his latest attempt and covers why he wants a sandbox and what tech he’s used to achieve it. SIMON WILLISON

2 months ago

Just a moment...

https://realpython.com/office-hours

Weekly Real Python Office Hours Q&A (Virtual) June 17, 2026 REALPYTHON.COM

2 months ago

Accessing Multiple AI Models With the OpenRouter API

https://realpython.com/courses/multiple-ai-models-openrouter-api/

Accessing Multiple AI Models With the OpenRouter API Access models from popular AI providers in Python through OpenRouter’s unified API with smart routing, fallbacks, and cost controls. REAL PYTHON course

2 months ago

Marimo: A Modern Notebook for Reproducible Data Science

https://codecut.ai/marimo-a-modern-notebook-for-reproducible-data-science/

Skip Jupyter’s Hidden State: Reactive Notebooks With Marimo Marimo is a reactive Python notebook designed to make data science workflows more reproducible. This article shows how it avoids hidden execution state, saves notebooks as plain .py files for cleaner Git diffs, isolates dependencies with uv, supports pytest cells, and exports notebooks into reusable formats including scripts, HTML, and WASM dashboards. CODECUT.AI • Shared by Khuyen Tran

2 months ago

EuroPython 2026: Celebrating 25 Years

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

EuroPython 2026: Celebrating 25 Years What’s happening at EuroPython 2026? The conference celebrates its 25th anniversary this year in Kraków, Poland. This week on the show, organizers Mia Bajić and Daria Linhart Grudzien join me to discuss this year’s conference. REAL PYTHON podcast

2 months ago

Stop Wiring Up Database Drivers Manually — A Simpler Python Database API

https://dev.to/adebayopeter/stop-wiring-up-database-drivers-manually-a-simpler-python-database-api-3fj6

SQLPyHelper: Unified DataBase API SQLPyHelper is a Python library that provides a unified API across SQLite, PostgreSQL, MySQL, SQL Server, and Oracle. It has async support for FastAPI, cross-database migration, connection pooling, and transactions. DEV.TO • Shared by Adebayo Olaonipekun

#python #database #sql #webdev #software #coding

2 months ago

Stroll Down Startup Lane - 2026

https://talkpython.fm/episodes/show/551/stroll-down-startup-lane-2026

Stroll Down Startup Lane PyCon’s Startup Row is a stretch of booths where early-stage companies built on Python show off what they’re creating. In this episode, Talk Python interviews a host of folks from this year’s booths. TALK PYTHON podcast

2 months ago

Pyodide 314.0 Release

https://blog.pyodide.org/posts/314-release/

Pyodide 314.0 Release This post announces the Pyodide 314.0 release and describes its features, including a focus on standardization and packaging. You can now build Pyodide wheels and post them to PyPI. PYODIDE.ORG

#announcement

2 months ago

The Smallest Brain You Can Build

https://ranpara.net/posts/perceptron-explained-from-scratch/

The Smallest Brain You Can Build A perceptron explained from scratch in Python, with interactive demos. Learn weights, bias, the decision boundary, epochs, learning rate, and why you normalize data. DEVARSH RANPARA

#machine learning #perceptron #neural network #python #tutorial #build a perceptron python

2 months ago

Are you really expected to run five type-checkers now? | Pyrefly

https://pyrefly.org/blog/too-many-type-checkers/

Are You Expected to Run 5 Type-Checkers Now? Library maintainers may feel overwhelmed by the plurality of type checkers that exist. We offer some guidance on how to focus their efforts where they matter most. MARCO GORELLI

#typecheckingnews

2 months ago

How to Tell if Your Python Mock Is Actually Working

https://belderbos.dev/blog/python-mock-patch-verify-interception/

How to Tell if Your Python Mock Is Actually Working A test that passes because the real API returned an error is not a passing test. Here’s how to verify your mock is intercepting, and fix it when it isn’t. BOB BELDERBOS

2 months ago

Cursor vs Windsurf: Which AI Code Editor Is Best for Python?

https://realpython.com/cursor-vs-windsurf-python/

Cursor vs Windsurf: Which AI Code Editor Is Best for Python? Compare Cursor vs Windsurf for Python across code completion, multi-file editing, and debugging to choose the right editor for your workflow. REAL PYTHON

2 months ago

Tricky Python Quiz

https://trickypython.adarshd.dev/

Tricky Python Quiz A tricky Python quiz game about surprising edge cases, weird outputs, and traps with questions from the popular WTFPython GitHub repo. ADARSHD.DEV • Shared by Adarsh Divakaran

2 months ago