- 
openpyxl reaches 1.0 markAfter a few more efforts, I am pleased to announce the release of the first version of openpyxl. The reader and the writer are working and tested for strings and numbers. I have been able to read and write simple Excel 2007 xlsx files from Python and open them with Excel. You can clone the […] 
- 
openpyxl: simple writer doneI’ve been very busy on openpyxl the last few days, and I managed to get a working writer for basic data types (strings, numerics). For the impatient, you can clone my bitbucket repository: hg clone https://ericgazoni@bitbucket.org/ericgazoni/openpyxl It’s still a work in progress, so expect some quirks here and there, and if that happens, please file […] 
- 
Myth of the genius programmerThis session held at Google I/O last year brings so many important ideas to become a better programmer that is should definitely be shown in CS classes (and in some IT shops :p). Thumbs up guys ! [youtube=http://www.youtube.com/watch?v=0SARbwvhupQ] 
