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
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
https://realpython.com/office-hours
Weekly Real Python Office Hours Q&A (Virtual) June 17, 2026 REALPYTHON.COM
2 months ago
https://luma.com/fpvvmllw
How CPython Works on Android June 18, 2026 LUMA.COM • Shared by Adarsh D
2 months ago
https://www.meetup.com/python-stlouis/events/313870807
Python for (Almost) Everything June 18 to June 19, 2026 MEETUP.COM
2 months ago
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
https://realpython.com/quizzes/multiple-ai-models-openrouter-api/
Quiz: Accessing Multiple AI Models With the OpenRouter API REAL PYTHON
2 months ago
https://blog.scikit-learn.org/updates/release-1-9/
scikit-learn 1.9 Released SCIKIT-LEARN.ORG
2 months ago
https://blog.python.org/2026/06/python-3146-31314/
Python 3.14.6 and 3.13.14 Released PYTHON.ORG
2 months ago
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
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
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
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
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
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
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
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
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
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
https://vstinner.github.io/free-threading-deferred-reference-counting.html
Free Threading Internals: Deferred Reference Counting This is a follow up to Victor’s article on reference counting covering more complex counting mechanisms including immortal objects. VICTOR STINNER
2 months ago
https://github.com/getrelier/relier
Relier: Zero-Job-Loss Reliability Layer for Celery GITHUB.COM/GETRELIER • Shared by Kolade Fajimi
2 months ago
https://github.com/aminalaee/uuid-utils
uuid-utils: Rust-Based Replacement for Python’s UUID GITHUB.COM/AMINALAEE • Shared by Amin
2 months ago
https://github.com/RussellSB/pytrendy
pytrendy: Trend Detection in Time Series Data GITHUB.COM/RUSSELLSB
2 months ago
https://github.com/emfpdlzj/django-deploy-probes
django-deploy-probes: Django Health & Startup Endpoints GITHUB.COM/EMFPDLZJ • Shared by minjeong bak
2 months ago
https://github.com/basimali-ai/NumCircBuf
NumCircBuf: High-Performance Numerical Circular Buffers GITHUB.COM/BASIMALI-AI • Shared by Syed Basim Ali
2 months ago