Re: [BangPypers] Suggest me a book for ORM

2009-11-30 Thread Praveen Kumar
*http://www.pdf-search-engine.com/object-relational-mapper-pdf.html* On Tue, Dec 1, 2009 at 10:02 AM, Srinivas Reddy Thatiparthy < srinivas_thatipar...@akebonosoft.com> wrote: > Hi all, > Can anybody suggest me a good book for ORM(Object Relational > Mapping) , better if it is language a

Re: [BangPypers] apycot

2009-11-30 Thread Noufal Ibrahim
On Mon, Nov 30, 2009 at 11:38 AM, Baiju M wrote: > On Mon, Nov 30, 2009 at 3:36 PM, Noufal Ibrahim wrote: > > Hi, > > Does anyone have any experience with using apycot > > http://www.logilab.org/project/apycot to automate a large batch of > tests? I > > basically need a framework to do all the

Re: [BangPypers] meta programming

2009-11-30 Thread steve
On 11/26/2009 05:06 PM, mahaboob_sub...@dellteam.com wrote: Hi All, Is there any good python Meta programming tutorial? http://www.ibm.com/developerworks/linux/library/l-pymeta.html In fact, I recommend all of David Mertz's, 'Charming Python' articles http://gnosis.cx/publish/tech_index_c

Re: [BangPypers] BangPypers Digest, Vol 27, Issue 32

2009-11-30 Thread Anand Balachandran Pillai
On Thu, Nov 26, 2009 at 5:03 PM, wrote: > I tried paramiko,but I am getting following error while importing > paramiko > ImportError: No module named Crypto.Util.randpool > > Subhan > > You need python-crypto package. --Anand ___ BangPypers mailing lis

[BangPypers] meta programming

2009-11-30 Thread Mahaboob_Subhan
Hi All, Is there any good python Meta programming tutorial? Subhan ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] BangPypers Digest, Vol 27, Issue 32

2009-11-30 Thread Mahaboob_Subhan
I tried paramiko,but I am getting following error while importing paramiko ImportError: No module named Crypto.Util.randpool Subhan -Original Message- From: bangpypers-bounces+mahaboobcrc=gmail@python.org [mailto:bangpypers-bounces+mahaboobcrc=gmail@python.org] On Behalf Of bangpy

[BangPypers] Suggest me a book for ORM

2009-11-30 Thread Srinivas Reddy Thatiparthy
Hi all, Can anybody suggest me a good book for ORM(Object Relational Mapping) , better if it is language agnostic? Regards, Srinivas Reddy Thatiparthy. -- "So say...Day by day, in every way, I am getting better, better and better !!!" "A Strong and Positive attitude creates more m

Re: [BangPypers] apycot

2009-11-30 Thread Baiju M
On Mon, Nov 30, 2009 at 3:36 PM, Noufal Ibrahim wrote: > Hi, >  Does anyone have any experience with using apycot > http://www.logilab.org/project/apycot to automate a large batch of tests? I > basically need a framework to do all the accounting and paperwork for me. > Alternative suggestions woul

[BangPypers] apycot

2009-11-30 Thread Noufal Ibrahim
Hi, Does anyone have any experience with using apycot http://www.logilab.org/project/apycot to automate a large batch of tests? I basically need a framework to do all the accounting and paperwork for me. Alternative suggestions would be nice too. Thanks -- ~noufal http://nibrahim.net.in __