Memory testing in Python

2007-03-30 Thread csselo
Hi all I want to test my python code for memory efficiency in gnu/linux.How can I do this? thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Object Oriented Database with interface for Pyhton

2007-03-30 Thread csselo
http://www.sqlalchemy.org/ you ll like it. On 30 Mart, 12:04, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello all I am looking for an object oriented database with interffaces for python. Either open source or commercial. I am looking for a Database not a object persistence system. I

search mail by date with imaplib

2007-01-06 Thread csselo
Hi I am looking for a code sample which searches mail by date with imaplib example: get email from 01.01.2007 to now how can I change imaplib search parameters? -- http://mail.python.org/mailman/listinfo/python-list

newbie regex

2005-10-17 Thread csselo
Hi I want to filter some strings,but i don t know how to use compile method. first character must be [a-zA-z] group and others can only be digits or letters. like a24354trt,Tsd1234 -- http://mail.python.org/mailman/listinfo/python-list