Re: [BangPypers] Python Developers Required to Amstredam, Netherlands

2008-12-17 Thread Ramakrishna Reddy
Hi On Thu, Dec 18, 2008 at 12:56 PM, Veena Ramakrishna wrote: > >> Required Developers studied at Europe & USA for i-Knowledge, Amsterdam, >> Netherlands It would be apperciated before posting jobs to tag it with [Commericial] or [Jobs] to the list. regards -- Ramakrishna Reddy

Re: [BangPypers] Python Developers Required to Amstredam, Netherlands

2008-12-17 Thread Veena Ramakrishna
> Required Developers studied at Europe & USA for i-Knowledge, Amsterdam, > Netherlands > Required : Developer > > Education : > >- Basic requirements > - MCA/MSc/B-tech at least 80% score > - Special > - Studied abroad (US, Europe) > - Has achieved something sp

[BangPypers] [JOB] attn Python experts!

2008-12-17 Thread Arathi Krishnakumar
Hi Team, Please find an interesting career for Python experts with Global Analytics, a Chennai based analytics firm. Job Desc: Will be a lead/key contributor for the UI development in Python and Django. Will be the chief UI liason with US team on this phase of product development. Will

Re: [BangPypers] help using mysqldb

2008-12-17 Thread Jeff Rush
Vijay Ramachandran wrote: > > Suppose I have a list of ids, I would write sql such as > 'select * from Employee where id in (id1, id2, id3)' and this would work > even if there was only one id, say, 'select * from Employee where id in > (id1)' > > How should I do this in MySQLdb? It seems that I

Re: [BangPypers] help using mysqldb

2008-12-17 Thread Sidharth Kuruvila
Do this instead cur.execute('select * from Employee where id in (%s)', ids.join(', ')); On Wed, Dec 17, 2008 at 5:13 PM, Vijay Ramachandran wrote: > Hello. > > I'm unable to figure out how to use mysqldb (actually, dbabi) to write an > "in" query. > > For instance, suppose my table looks like th

[BangPypers] help using mysqldb

2008-12-17 Thread Vijay Ramachandran
Hello. I'm unable to figure out how to use mysqldb (actually, dbabi) to write an "in" query. For instance, suppose my table looks like this: Employee( id int not null primary key, name varchar(32) not null) ); Suppose I have a list of ids, I would write sql such as 'select * from Employee wher

[BangPypers] [OT]Hello from a new member!

2008-12-17 Thread Amit k. Saha
Hello Bangpypers! I am new to this list :-), so saying a Hello! -Amit -- Amit Kumar Saha http://amitksaha.blogspot.com http://amitsaha.in.googlepages.com/ Skype: amitkumarsaha ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/ma