Posts
Search
Contact
Cookies
About
RSS


Moving from Wordpress to Django
If I'm honest, I've not been happy with Wordpress for some time, however to be fair to Wordpress it does …

Paginating and filtering a composite data source with Django
In an ideal world, all your data for your Django project is in the same database that you have full …

Creating a simple application with ASGI
I've taken a dive into a number of different methods to serve content with python and I have to say …

Raylib and Open Dynamics Engine
Raylib and OpenDE Its amazing what you get for "free" when you integrate a physics engine with a renderer, it …

Web application with CGI Python
There are any number of ways of using Python to create a web application, WSGI, ASGI or even AWS Chalice …

Python, list comprehension for efficiency and readability
List comprehension is a fantastic part of Python, a feature sometimes overlooked but is something that should be part of …