Posts

Using Python to solve the Monty Hall problem featured image

Using Python to solve the Monty Hall problem

What is the best strategy to win a 🚗 ? Keeping the original choice, or changing of door ?

A new E-score for KrakenUniq featured image

A new E-score for KrakenUniq

How to distinguish between true and false positive assignations with KrakenUniq

avatar
Maxime Borry, PhD.
noSQL: when it's too big for a dictionary featured image

noSQL: when it's too big for a dictionary

Recently, I’ve been working on a project where I need to store a key-value pairs for very large files. In Python, the first idea would be to use a dictionary. However, I had more …

avatar
Maxime Borry, PhD.
Making Interactive maps in Python using GeoJSON and GitHub featured image

Making Interactive maps in Python using GeoJSON and GitHub

Recently, I’ve been involved with the AncientMetagenomeDir project. Briefly, with this collaborative community effort, we aimed to regroup in one single repository, all the …