I released LLM 0.32 this morning, the most significant new version of LLM since the initial launch of the project. The new version includes support for visible reasoning traces, server-side provider tools, redesigned…
Release: llm-anthropic 0.26 Includes new features enabled by LLM 0.32: New models: claude-fable-5, claude-sonnet-5, and claude-opus-5. #75, #76 Added server-side tools for WebSearch, WebFetch, CodeExecution, and…
PipeNetwork/minimax-h3-mlx MiniMax released MiniMax-H3 two days ago - they describe it as a "a general-purpose, omni-modal generative system", which in practice means it accepts text, images, audio and video and can use…
Release: llm 0.32 See my detailed blog post about this release. Tags: llm
Tag 5.2.17
Tag 6.0.8
Python 3.15.0rc1
In accordance with our security release policy, the Django team is issuing releases for Django 6.0.8 and Django 5.2.17. These releases address the security issues detailed below. We encourage all users of Django to…
Get those wheels rolling!
#746 – AUGUST 4, 2026 View in Browser » Scaling NumPy on Free-Threaded Python A recap on the work done in NumPy and CPython to make multi-threaded NumPy workloads scale on the free-threaded build of CPython. KUMAR…
Learn how to send emails with Python using SMTP and smtplib, attach files, format HTML messages, and personalize bulk emails.
Test what you know about sending email from Python with smtplib, building messages with EmailMessage, and connecting to real servers over SSL.
Check how well you know k-means clustering in Python, from picking the number of clusters to building and tuning a scikit-learn pipeline.