Other articles


  1. Module itertools overview

    There is lot of things you can do, out of the box, using Python standard library. Here is a great article from Rodrigo detailing the Python itertools module. I've personally discovered tons of ways to iterate over collections I could not have even imagined. Rule of thumb: before developing something, double check it does not already exist on the standard library.

    read more
  2. Simple CSS

    Sometimes you want to build a web application but you're quickly discouraged because you know you'll have to write CSS so it does not look like crap. If you're not CSS proficient you know it can be challenging (even using some existing frameworks). I present you Simple CSS, a very simple css framework (mostly classless) to use on your website to make it just looks good.

    read more

Projects

social