Projet d'Algorithmique Avancée (ALGAV) du M1 Informatique de Sorbonne Université
Langage utilisé : Python 3 - Version 1.14, dernière version (Octobre 2025)
python3 -m venv .venv
source .venv/bin/activate pip3 install bitarray pandas matplotlib numpypython3 -c "from bitarray import bitarray; ba = bitarray(); ba.fromfile(open('FILEPATH DU BINAIRE', 'rb')); print(ba.to01())"