Re: [BangPypers] Python ORM

2012-01-15 Thread Kenneth Gonsalves
On Sat, 2012-01-14 at 21:47 +, स्वक्ष wrote: > This > reply is a > definite must read. this is ancient -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org http://mail.

Re: [BangPypers] Python ORM

2012-01-14 Thread Senthil Kumaran
On Sun, Jan 15, 2012 at 10:47:45AM +0530, kracekumar ramaraju wrote: > Yes. I started using SQLAlchemy, but need to spend some time other > than that I have no issue. I hope you enjoy spending time on it because, it is going to be fruitful at the end. Cheers, Senthil _

Re: [BangPypers] Python ORM

2012-01-14 Thread kracekumar ramaraju
Hi If you are not keen about SQL databases, you can try one of the > key-value data stores. > I wanted to learn SQL ORM, I have tried redis and implemented few projects. > -- * Thanks & Regards "Talk is cheap, show me the code" -- Linus Torvalds kracekumar www.kracekumar.com * ___

Re: [BangPypers] Python ORM

2012-01-14 Thread kracekumar ramaraju
Hi > Out all examples and discussions, every one seems to recommend > SQLAlchemy, > > but it has deep learning curve whereas storm, peewee are light weight. > Have > > anyone tried any of these for non-trivial project or real life big sites, > > in case yes please share the experience. > > I woul

Re: [BangPypers] Python ORM

2012-01-14 Thread Senthil Kumaran
On Sat, Jan 14, 2012 at 09:40:16PM +0530, kracekumar ramaraju wrote: > > Out all examples and discussions, every one seems to recommend SQLAlchemy, > but it has deep learning curve whereas storm, peewee are light weight. Have > anyone tried any of these for non-trivial project or real life big si

Re: [BangPypers] Python ORM

2012-01-14 Thread Pratap Chakravarthy
> Out all examples and discussions, every one seems to recommend  SQLAlchemy, I did use ORM, SQLAlchemy, for medium size datastore. ORM can get in your way once the size of data set grows. In my cases I had to change my code to just use SQLAlchemy's expression language. Looking back, I think there

Re: [BangPypers] Python ORM

2012-01-14 Thread स्वक्ष
On Sat, Jan 14, 2012 at 16:10, kracekumar ramaraju wrote: > Hi > >  I have come across wide range of ORM in python. > > Out all examples and discussions, every one seems to recommend  SQLAlchemy, > but it has deep learning curve whereas storm, peewee are light weight. Have > anyone tried any of th

Re: [BangPypers] Python ORM

2012-01-14 Thread kracekumar ramaraju
Hi > please do not propagate quotations out of context > > I din get you. -- * Thanks & Regards "Talk is cheap, show me the code" -- Linus Torvalds kracekumar www.kracekumar.com * ___ BangPypers mailing list BangPypers@python.org http://mail.python.

Re: [BangPypers] Python ORM

2012-01-14 Thread Kenneth Gonsalves
On Sat, 2012-01-14 at 22:21 +0530, kracekumar ramaraju wrote: > "Talk is cheap, show me the code" -- Linus Torvalds please do not propagate quotations out of context -- regards Kenneth Gonsalves ___ BangPypers mailing list BangPypers@python.org http:/

Re: [BangPypers] Python ORM

2012-01-14 Thread kracekumar ramaraju
Hi > > Hi > > > > I have come across wide range of ORM in python. > > > > Out all examples and discussions, every one seems to recommend > > SQLAlchemy, but it has deep learning curve whereas storm, peewee are > > light weight. Have anyone tried any of these for non-trivial project > > or real l

Re: [BangPypers] Python ORM

2012-01-14 Thread Noufal Ibrahim
kracekumar ramaraju writes: > Hi > > I have come across wide range of ORM in python. > > Out all examples and discussions, every one seems to recommend > SQLAlchemy, but it has deep learning curve whereas storm, peewee are > light weight. Have anyone tried any of these for non-trivial project >

Re: [BangPypers] Python ORM

2012-01-14 Thread kracekumar ramaraju
Hi wrote: > On Sat, 2012-01-14 at 21:40 +0530, kracekumar ramaraju wrote: > > Out all examples and discussions, every one seems to recommend > > SQLAlchemy, > > but it has deep learning curve whereas storm, peewee are light weight. > > Have > > anyone tried any of these for non-trivial project o

Re: [BangPypers] Python ORM

2012-01-14 Thread Kenneth Gonsalves
On Sat, 2012-01-14 at 21:40 +0530, kracekumar ramaraju wrote: > Out all examples and discussions, every one seems to recommend > SQLAlchemy, > but it has deep learning curve whereas storm, peewee are light weight. > Have > anyone tried any of these for non-trivial project or real life big > sites,

[BangPypers] Python ORM

2012-01-14 Thread kracekumar ramaraju
Hi I have come across wide range of ORM in python. Out all examples and discussions, every one seems to recommend SQLAlchemy, but it has deep learning curve whereas storm, peewee are light weight. Have anyone tried any of these for non-trivial project or real life big sites, in case yes please