Super-charging Python code with C-Extensions or Cython

Posted on Sun 16 December 2012 in XBRL • Tagged with Cython, financial analytics, python, xbrlLeave a comment

Regarding my previous post that was Financial Analytics in XBRL was in pure-python with little bit 'C' touch (because of my base xml parsing lib is cElementTree). It was taking 20-21 mins to process 200 xbrl packages.

But thats not the end; I have optimized it with Cython. Its a ...

Continue reading