o do anymore. I need help =/
Thanks in advance.
--
Rodolfo Carvalho
Web Developer
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
Hi folks
I have a question for this mailing list.
When I'm writing a class, I can rewrite the method __getattr__() to modify
the object's method/attribute access behavior.
My question is: can I code a method __getattr__() to change the behavior of
the 'import' command?
--
Thanks to you all.
I'll start trying the buzhug solution, which seems more pythonic. But I
feel like I gotta learn how to use databases... once I studied SQL a
litle bit, but don't remember much.
I'll play around with Python and then I show what I got.
Bye
Rodolfo
P.S: Is ther
which is the best way to store all those data files? Plain text
files? Some kind of binary file? or what?
Thank you once again,
Rodolfo
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I'm working with a 100% dependecy-free web app for python, and I'm
taking an overview about HTTPServer and CGIHTTPRequestHandler. In my
researches, I don't found anything about HTTP Sessions... Can
python natively hadle http sessions, or I'll must write with by hand?