Python

13 berichten

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 […]

Why Python is great

I started coding with Basic (on the Commodore 64, of course), but I consider myself mostly a C++ programmer. That’s the language I used throughout my time as university student and that I still use for […]

KRDZ bestanden lezen met QGIS

ProRail gebruikt een tekstformaat genaamd KRDZ (wat volgens mij staat voor koördinatenbestand met Z) voor het uitwisselen van meetgegevens van het spoor. Meetbedrijven leveren metingen als KRDZ aan ProRail, en uit de ProRail applicatie Sigma kun […]

Segment Anything

Meta AI Research has released Segment Anything, a model that can do automatic semantic segmentation of images without prior training for a specific application. The code, pre-trained models, and the training dataset are publicly available. After […]