Posts published in 2012:
- December 03, 2012
-
A New Blog!
Tags: python, blogging, static, site, generator, flask
Recently, I decided to move a new blogging setup. Previously, I used a self-hosted Wordpress install, then a custom Django app, and...
- May 03, 2012
-
Using Cython for Great Speedups
Tags: python, cython, performance, speed, optimization
About Cython Python is a great dynamic language; it provides layers of abstractions (dynamic typing and memory management to name...