Python

Advanced Django ORM @ PyConDE 2022

Slides and recordings from my talk about "Advanced Django ORM" at PyCon DE on April 13, 2022

Read
Python

Build a Todo App With PyScript

We can run native Python code in the browser using PyScript. In this tutorial we'll build a Todo app.

Read
Python

This Week in Python (May 6, 2022)

What happened this week in the Python universe?

Read
Python

This Week in Python (Apr 29, 2022)

What happened this week in the Python universe?

Read
Python

A Simple Shoutbox with Automated Translations in Django

In this tutorial we will create a shoutbox with automated translations. Users can enter a message and this message can be read by other users in different languages.

Read