There is a bunch of Python based web framework. So much that it’s a really hard choice to do. Most of them came w/ a special templating language, and a different approach. Dilemma 1 I really think most of the … Continue reading →
I have been working for impaired people for a while, and today i need to write a little program that use ‘Text to Speech’. This should say to the user what is happening in the house like ‘TV is on’ … Continue reading →
Regis just release the first version of python alsa module. Beside this is a part of a really large program, i ‘ve been working on for a while, i don’t really know this part. Phil and Regis decided to distribute … Continue reading →
Singleton is one of the well known design pattern. In python, most of us use the Borg Singleton like, which is not a true Singleton, since only the ‘state is shared’. In fact, you use distinct objects but they share … Continue reading →
Tomorrow, i will teach Python to my students (i work in a school as developper) so, sometimes someone ask me for a python introduction. I usually make my slides w/ OO or full html + custom CSS. Today while trying … Continue reading →
This isn’t really new, but i need to look at closer the aspect programming. Logilab aspects module seems to provide a great way to solve this kind of trouble. This kind of programming need a total ‘twist’ of mind to … Continue reading →
After looking at several way to build custom webapps in python, i tested several things : Zope alone Zope + CMF Plone Webware + Cheetah or PSP Webware + Modeling + ZPT .. And my conclusions right now is: SQLObject … Continue reading →
I always used Emacs for Python editing. And usually i use the ‘dabbrev-expansion’ to use auto-complete feature. After a talk w/ Phil I discover http://www.python.org/cgi-bin/moinmoin/EmacsPythonCompletion (py-complete lisp module). This seems to be a cool stuff but i get the same … Continue reading →
First it’s my birthday today (19/12) .. I am 29 years old .. Oh my god and still playing w/ computer like a kid :) So my playground today was SQLObject. Despite Big (author of Modeling is one of my … Continue reading →