English: Official logo of the Université libre de Bruxelles (Photo credit: Wikipedia) Profiling tools like cprofile provide hardly understandable output…
Programming
Profiling python code with celery
In this article I explain how you can profile python code with celery, and why I find this solution disappointing.…
How to replicate / export a virtualenv from a machine to another ?
Sudo (Photo credit: Scelus’ Comix) If you code in Python, you probably use virtualenv to maintain a clean setup and…
Celery and warning messages (print) to stdout
In this post, I will explain you how to use Celery and print warning messages to stdout. Cross section of…
why “from toto Import *” is a bad idea in Python programs.
In this post, I will explain you why the good practice in Python programs is to carefully import only what…
A simple DeTeX function in python – LaTeX to text
The LaTeX logo, typeset with LaTeX (Photo credit: Wikipedia) I have implemented a simple DeTeX function in Python. I provide…
A Django tutorial on Debian – part 4: creating the web administration portal
Django logo (Photo credit: Wikipedia) .Django creates automatically a web admin portal for our web app. We just have to…