Actualités

Python est le langage favori des programmeurs et la bibliothèque Pandas est devenue incontournable pour la Data Science ou l'exploitation intelligente de vastes volumes de données. Qu’est-ce ...
Some months back I developed some pyuno code for converting spreadsheets into CSV files from the command line. Pyuno being the Python interface to the OpenOffice runtime. One of the enhancement ...
The problem I've noticed is that if I append the file with each of the 100k runs (one at a time), it can happen that two threads try to save to the file at the same time and some row(s) end up empty.