Posts tagged python

Python logging: do’s and don’ts

Logging is important. Python has a nice logging framework. I very rarely see it used properly, even by experienced programmers.

Read more ...


A REALLY simple, but powerful Python web crawler

I am fascinated by web crawlers since a long time. With a powerful and fast web crawler, you can take advantage of the amazing amount of knowledge that is available on the web.

Read more ...


Introduction to Python [fr]

Cette page a servi de support pour les formations Python d’INP-net.

Read more ...


Data compression [fr]

Cette page présente un système relativement simple de compression, assez proche dans l’idée de certain des systèmes existants, et basé sur la prédiction par reconnaissance partielle.

Read more ...


Good practices when starting a Django application [fr]

Voilà un petit guide de quelques bonnes pratiques utiles au lancement d’un projet Django.

Read more ...