News

Once you install this module, you'll have a script in your path called md2latuni. It reads markdown text from the given input file (or standard input by default) and writes the unicode-formatted ...
Handling Unicode and byte strings in Python can sometimes be a tricky affair, but with the right approach, you can manage them efficiently. Unicode is a standard for representing text in different ...
It seems as soon as I redirect the virtualenv python's output to a file, the encoding becomes "ascii" and hence unicode characters cannot be written. This doesn't happen when writing to a console, nor ...
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.