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 →
Ever think of sniffing or forging packet in Python ? I spent a part of time hacking some UDP packet for my work and building Ethercap rules is a bit hard now you can do this with : http://oss.coresecurity.com/projects/pcapy.html http://oss.coresecurity.com/projects/impacket.html
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 →
Ho, i miss it .. Yesterday, it tested the HttpAdapter for Webware. This is a nice, easy to use (no need to use the cgi or tweak the httpd.conf) Adapter for Webware. To test: Just copy the WebKit/Adapters/HTTPAdapter.py in your … Continue reading →
While loosing some time over python blogs, i just found this blog written in Webware. This sound amaizing since i have already done several things like this, using ww and Modeling but i found that using a RDBDM for a … Continue reading →
Today, ActiveState release a howto use source highlight in reST. It’s looks fine too. Right now i prefer using code2html, but i think this gonna change soon :) http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/252170/
reST is one of my favorite tools right now. It’s easy to read / write, produce some nice HTML output (as in http://respyre.org for example ). The only issue for me is that i’ve been unable to write some custom … Continue reading →