Re: tests

2007-08-09 Thread André Martins
Generate a hash of two files and compare -- http://mail.python.org/mailman/listinfo/python-list

Re: Eclipse/PyDev question.

2007-08-03 Thread André Martins
I think you can download the eclipse plataform e get pydev through eclipse update. Eclipse Europa distro is a group of 21 projects like jdt and cdt not correlate to python. []'s -- http://mail.python.org/mailman/listinfo/python-list

Re: How to create python script which can create csv we file with relationship

2007-08-03 Thread André Martins
en wht to do ,, > how to connect database,how to create csv of interrelated field > eg :in person table :country_id (which is primary key of country table) > > -- > http://mail.python.org/mailman/listinfo/python-list > -- []'s André Martins -- http://mail.python.org/mailman/listinfo/python-list

Re: Use variable in regular expression

2007-08-02 Thread André Martins
> I know I can use a variable in regular expressions. I want to use a > regex to find something based on the beginning of the string. I am > using yesterday's date to find all of my data from yesterday. > Yesterday's date is 20070731, and assigned to the variable > "yesterday_date". I want to loop