Posts
Search
Contact
Cookies
About
RSS


Auto activating python venv
In python, the venv module coupled with requirements.txt is the key to making your python creations truly portable, no need …

Retro Computing, Unleashing the Power of Small, Affordable FPGAs
A Journey to Recreate the Nostalgic Experience in Retro ComputingThe world of retro computing holds a special place for enthusiasts …

split stdout and stdin in same terminal
When using a serial link to communicate with for example an application running on a microcontroller you might find that …

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 …