Posts about python

From Python to Rust

Why am I using Rust instead of Python for my new CLI or API? Why is it[…]

Container with multiple processes

Last week, I needed to create a docker image doing a simple thing: But I’ve a hard[…]

VIRTASANT – Technical test

A long time ago, I needed to do this technical test. You’ll see my way to resolve[…]

RBL-Checker: details on the refactorization

A long time ago, I wrote RBL-Checker, a tool to check if a range IP is blacklisted[…]

Python linter: settings for Flake8

When I work on a project or just a script, I try to stay compliant with PEP8.[…]