Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

13 items on 04 Aug 2026
Python AI Django

llm-anthropic 0.26

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…

Source: Simon Willison's Weblog
Python AI Django

PipeNetwork/minimax-h3-mlx

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…

Source: Simon Willison's Weblog
Python AI Django

llm 0.32

Release: llm 0.32 See my detailed blog post about this release. Tags: llm

Source: Simon Willison's Weblog
Django Python

Django security releases issued: 6.0.8 and 5.2.17

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…

Source: Django Weblog Natalia Bidart
Python

Sending Emails Using Python

Learn how to send emails with Python using SMTP and smtplib, attach files, format HTML messages, and personalize bulk emails.

Source: Real Python
Python

Quiz: Sending Emails Using Python

Test what you know about sending email from Python with smtplib, building messages with EmailMessage, and connecting to real servers over SSL.

Source: Real Python