News

Python’s new template strings, or t-strings, give you a much more powerful way to format data than the old-fashioned f-strings.
The new PyScript project lets you embed Python programs directly in HTML pages and execute them within the browser without any server-based requirements.
HTMX is the dynamic HTML extension that gives you the power of JavaScript with a few lines of simple markup. Let's see how it works with the popular Python-Django development stack.