Index ¦ Archives ¦ Atom ¦ RSS > Tag: tools

Nose - TDD - Python

What, why

I’ve been reading up on TDD and it has struck me as particularly useful methodology to achieve “clean code that works”. TDD encourages writing unit tests to cover all the code (because by definition, you write a test before a line of code is written). Because all ...


Create PDF thumbnails using ImageMagick on Linux

imagemagick
logoI have a bunch of PDF files for which I wanted to generate thumbnails. On looking around a bit, I found “ImageMagick“. Since I have Ubuntu installed, I did

sudo apt-get install imagemagick

It is not too big ...

© Prashanth Ellina. Built using Pelican. Theme by Giulio Fidente on github.