Posts
Search
Contact
Cookies
About
RSS


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 …

Nvidia Shield TV Pro
While currently this website doesn't advertise, when I encounter products that are either well made or good value (and just …

WSGI and simple xhtml DOM creation
I've found creating web content using a DOM (Document Object Model) very convenient (in more than one language). It allows …