[BangPypers] facebook developer garage invitation

2010-03-03 Thread Deepan Chakravarthy
Hey Guys, We are organizing facebook developer garage at Jaaga, Richmond Town on 7th March. I have attached an invitation. It would be great if you can forward it to your colleagues and if possible display a printed copy at the notice board in your office. More Details == When: 3pm,

Re: [BangPypers] Simple python database library

2010-03-03 Thread Noufal Ibrahim
You could use the sql builder component of sql alchemy and skip the orm part. The web.db part of web.py might work as well. On 3/3/10, Dhananjay Nene wrote: > Hi, > > On Wed, Mar 3, 2010 at 6:51 PM, steve wrote: > >> Hi, >> >> On 03/03/2010 04:36 PM, Dhananjay Nene wrote: >> >>> Looking for a si

Re: [BangPypers] Calling Python script from C++.

2010-03-03 Thread Shivaraj M S
if this thread is still active - instead of passing the argument , probably the argument can be extracted from a temporary file/buffer. a small code can be inserted to the python code sent as argument to PyRun_SimpleString() to read it. steve-391 wrote: > > Hi, > > On 02/25/2010 07:32 PM, lak

Re: [BangPypers] Simple python database library

2010-03-03 Thread Dhananjay Nene
Hi, On Wed, Mar 3, 2010 at 6:51 PM, steve wrote: > Hi, > > On 03/03/2010 04:36 PM, Dhananjay Nene wrote: > >> Looking for a simple opensource python database library >> >> Objectives : >> - Should work at a level of abstraction above DB-Api. I should not have to >> change code generally except f

Re: [BangPypers] Simple python database library

2010-03-03 Thread steve
Hi, On 03/03/2010 04:36 PM, Dhananjay Nene wrote: Looking for a simple opensource python database library Objectives : - Should work at a level of abstraction above DB-Api. I should not have to change code generally except for changing database configuration parameters. - Should be able to write

[BangPypers] Default settings modified

2010-03-03 Thread Anand Balachandran Pillai
Spammers are targeting our list of late. The last couple of days I have had to discard spam messages at the rate of 3-4 per day directed to the list. The default setting for non-member postings was hold. However due to the increase in SPAM, I have changed this to reject. So, please be aware that

Re: [BangPypers] Simple python database library

2010-03-03 Thread S.Ramaswamy
> > Am explicitly looking for lightweight libraries, not heavy weight ORM > solutions. > > AntiORM: http://furius.ca/antiorm/ . Not sure if this an active project. Ramaswamy ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman

Re: [BangPypers] Simple python database library

2010-03-03 Thread kausikram krishnasayee
> > there is a light weight library called Autumn, but again its ORM, but > atleast its much lighter than alchemy. > http://autumn-orm.org/ -- Kausikram Krishnasayee Company: http://silverstripesoftware.com | Webpage: kausikram.net | Blog: blog.kausikram.net | Twitter: http://twitter.com/kausikr

Re: [BangPypers] Simple python database library

2010-03-03 Thread kausikram krishnasayee
> > > Look at sqlalchemy. It will satisfy all your requirements. > > > > Am explicitly looking for lightweight libraries, not heavy weight ORM > solutions. there is a light weight library called Autumn, but again its ORM, but atleast its much lighter than alchemy. -- Kausikram Krishnasayee Com

Re: [BangPypers] Simple python database library

2010-03-03 Thread Dhananjay Nene
On Wed, Mar 3, 2010 at 5:53 PM, Vivek Khurana wrote: > On Wed, Mar 3, 2010 at 4:36 PM, Dhananjay Nene > wrote: > > Looking for a simple opensource python database library > > > > Objectives : > > - Should work at a level of abstraction above DB-Api. I should not have > to > > change code generall

Re: [BangPypers] Simple python database library

2010-03-03 Thread Vivek Khurana
On Wed, Mar 3, 2010 at 4:36 PM, Dhananjay Nene wrote: > Looking for a simple opensource python database library > > Objectives : > - Should work at a level of abstraction above DB-Api. I should not have to > change code generally except for changing database configuration > parameters. > - Should

Re: [BangPypers] Simple python database library

2010-03-03 Thread Dhananjay Nene
On Wed, Mar 3, 2010 at 5:49 PM, Dhananjay Nene wrote: > On Wed, Mar 3, 2010 at 4:44 PM, Kenneth Gonsalves wrote: > >> On Wednesday 03 Mar 2010 4:36:10 pm Dhananjay Nene wrote: >> > Looking for a simple opensource python database library >> > >> I was under the impression that python does not recom

Re: [BangPypers] Simple python database library

2010-03-03 Thread Dhananjay Nene
On Wed, Mar 3, 2010 at 4:44 PM, Kenneth Gonsalves wrote: > On Wednesday 03 Mar 2010 4:36:10 pm Dhananjay Nene wrote: > > Looking for a simple opensource python database library > > > I was under the impression that python does not recommend a db library for > all > databases and rests content wit

Re: [BangPypers] Simple python database library

2010-03-03 Thread Kenneth Gonsalves
On Wednesday 03 Mar 2010 4:36:10 pm Dhananjay Nene wrote: > Looking for a simple opensource python database library > I was under the impression that python does not recommend a db library for all databases and rests content with giving a general spec which people can use for implementing partic

[BangPypers] Simple python database library

2010-03-03 Thread Dhananjay Nene
Looking for a simple opensource python database library Objectives : - Should work at a level of abstraction above DB-Api. I should not have to change code generally except for changing database configuration parameters. - Should be able to write code independent of the database (except where the

[BangPypers] Benchmarking twisted: PyPy is up to 285% faster than CPython

2010-03-03 Thread Baiju M
Looks interesting: http://morepypy.blogspot.com/2010/03/hello.html -- Baiju M ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers