Using Python to solve the Monty Hall problem
What is the best strategy to win a 🚗 ? Keeping the original choice, or changing of door ?
•
2 min read
What is the best strategy to win a 🚗 ? Keeping the original choice, or changing of door ?
How to distinguish between true and false positive assignations with KrakenUniq
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 …
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 …