Re: Flat DB seeking speed

2007-04-22 Thread hugonz
Jia Lu skribis: Hello all I see there are lots of flat db or db-like modules in the standard python modules. What about the keywords seeking speed of them ? (I want to put about 1 articles with 1 IDs, and I can do searching keywords with them) The db-like modules are : dbm,

Re: Databases with python

2007-04-13 Thread hugonz
On Apr 13, 1:02 am, Anthony Irwin [EMAIL PROTECTED] wrote: Hi All, I am interested in playing with python some more and am looking at writing an app with data stored in a database. I have experience with mysql but thought that their may be other better databases that can be more easily

Re: Any Pythonistas in Mexico?

2007-04-13 Thread hugonz
On Apr 12, 8:56 am, Marcpp [EMAIL PROTECTED] wrote: Yo vivo en España. Usas el pyqt? Hola! no, no lo he usado, aunque ahorita estoy más bien haciendo mis experimentos con wxPython... Hugo -- http://mail.python.org/mailman/listinfo/python-list

Re: CD Burning

2006-04-04 Thread hugonz
Hi, I used cdrecord, albeit on Linux, to do it. Someone already suggested to use Cygwin for that. I'll just drop a piece of code I wrote for getting the percentage of advance when recording sound, with cdrecord. Here it is (wraps cdrecord): #!/usr/bin/env python Canonizer: will open up a

Re: IOS-style command line interface module?

2006-03-13 Thread hugonz
Hell, this sounds interesting. Do you mean like matching commands when they are not yet complete, like sh tech instead of: show tech-support ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Dose someone have installed python on IRIX ?

2005-07-21 Thread hugonz
Hi, No I have not done it before, but no one is able to help you if you do not post what kind of errors you are getting. Basically if it compiled and linked ok, maybe you specified something in the ./configure script that the plattform does not support... Hugo --

Re: Python Documentation (should be better?)

2005-05-11 Thread hugonz
I think Python's doc really rock. It's odd, why do you refer to the tutorial when the lib API is what I'd consider the docs. If you're using Windows, then the doc browser included is pretty good too... -- http://mail.python.org/mailman/listinfo/python-list