Tags
Archives
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- July 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
I read them (English)
I read them (French)
Hosting
Tag Archives: python
Websocket + Tornado + Redis
Here is a simple example of a Websocket + Tornado + Redis Pub/Sub protocol interaction. The principle is very simple: when your user loads the page, she is automatically added to a list of “listeners”. An independent thread is running: it listens … Continue reading
Python dictionaries differences
Here is a simple function I wrote a week ago. It computes the differences between two dictionaries, and returns them as a list of tuples. I’m still not sure about its usefulness…
Python dynamic module loading
The following function allows you to load every Python modules contained in a folder. Useful to create plugins systems.
Dijkstra’s algorithm Python implementation
Here is my implementation of Dijkstra’s algorithm (also known as the shortest path) in Python. I wrote it for a project at school and put it there for memory only. Note: I don’t test the graph. Graph is oriented. If … Continue reading
Installer Sphinx sous Ubuntu
Voila la petite astuce pour installer sans encombre Sphinx (le générateur de documentation Python) sous Ubuntu. J’ai effectué cette manip’ avec la version 9.04 du système. Avant tout, il faut installer les dépendances (python-dev) et ce qui va nous faciliter … Continue reading
“Choisis Python”
Juste un petit message pour dire que je viens de tomber sur cette affiche en furetant un peu partout. Après quelques recherche, je vois que c’est du déjà vu en fait :) (ces problèmes de tags commencent à me les … Continue reading
Django : Python, c’est plus fort que toi !
Aujourd’hui”hui, je vais vous présenter Django, “Le framework web pour les perfectionnistes sous pression” ! Avouez que c”est déjà pas mal comme slogan. Je vais parler ici de mon expérience personnelle d’amateur qui pratique l”informatique sur son temps libre. Donc … Continue reading
