Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

9 items on 04 Aug 2026
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