Python
-
Create Debian package with virtual environment and Python interpreter inside using UV
.
Goals: Create a Debian package that contains both the virtual environment and the Python interpreter inside. Why is this project useful?…
-
Create debian package out of a Python installed via UV
.
Objective Package a Python interpreter, that I will install via UV, in a debian package.Specifically, I chose Python 3.9 (yes it’s…
-
Review: Django for APIs by William S. Vincent
.
1. Author’s purpose The purpose of the author is to provide a resource for developers to learn the Django REST Framework…
-
Packaging a Pandas / Numpy project for Debian 9 and 10 using dh-virtualenv
.
In this post we are going to create a debian package for a project that involves importing pandas and numpy. We…
-
Self-Service Infrastructure
.
Objective Linux System Administrators are constantly interrupted with tasks that could be delegated to someone else. For example: Create a new…
-
CR Search Engine
.
Objective Given the bast literature concerning Christian Reconstruction. I wanted to create a tool that allowed me to search for specific…
-
Python SSH Debugger
.
In my job as a Linux System Administrator, a considerable amount of the support requests that I receive are related to…
-
Sudoku Solver
.
After learning to program in JAVA (2008), the first project that I made was a Sudoku solver. Ten years later (2018),…
-
Celery — Received and deleted unknown message. Wrong destination?!?
.
Root cause: in my case it was a discrepancy between the client (who pushes tasks) and the worker ( who received…
-
How to install Python3-Celery executable in Debian 9?
.
To install the Celery executable (or celery daemon) for Python3, install the following package: apt-get install celeryd It is important to…