Mon 25 January 2016

How to install Numba on Mac OS X
Hello!! I'm here to guide you guys on how to install numba on mac os x. Numba is a tool to speed up python applications with just annotations. It should be easy as pip install numba, but I don't know why it does not solve all the dependencies, and I …

Sat 02 May 2015

Pelican + Travis + Github Pages
Hello, this is my first blob post!! I'm here to guide you guys on setting up a blog with Pelican and Travis CI tool hosted by Github Pages. Pelican is a static site generator written in Python that translate Markdown and rST to HTML, it supports customized themes, RSS feeds …