Concurrent Processing In Pelican
Pelican’s performance in rendering large blogs can be accelerated by transforming articles to HTML in parallel. For Markdown and restructured text (reST) I provide numbers and sample code here.
To explore the timings we need rather extensive samples of texts. On github we find a repository of German law ...
more ...Project PySite Update
The latest version of PySite now contains a comfortable console script for user management and site management.
Also the rendered documentation is online.
more ...New Exception Hierarchy In Python 3.3+
Working with the new stable version of Python 3.3, I stumbled upon the new exception hierarchy. Specifically, I was working on some file-related routines and found in the release notes, that for this domain a new set of exceptions is introduced and that IOError is now OSError.
Things are ...
more ...