Python

16 Beiträge

How to get started with uv

Package management under Python can be a bit of a mess, one of the complaints I had about Python in the past. It’s not uncommon for different programs to not only require different packages, but also […]

Coding with AI assistance

Despite having AI in the company name, I’m somewhat critical of the benefits provided of generative AI/Large Language Models (LLMs). I find that the answers often leave something to be desired, and the general consensus now seems to […]

Getting started with Docker

Virtualisation and Containerisation are an important part of today’s computing landscape. Containers offer several benefits compared to software running directly on an operating system: They are isolated environments, helping with issues like security and dependencies. Running […]