Re: [BangPypers] [JOB] Python programmers required

2010-03-04 Thread leela vadlamudi
Hi, We have interviews scheduled this weekend (Mar 6th, and possibly on 7th) in Chennai at our office (please find the address on www.global-analytics.com) and in Bangalore on Mar 13th and 14th. (Venue to be intimated later). On Mon, Mar 1, 2010 at 7:52 PM, leela vadlamudi wrote: > >

[BangPypers] [JOB] Python programmers required

2010-03-01 Thread leela vadlamudi
Hi, Global Analytics India has immediate requirements for experienced python programmers and web developers (preferably in Django). The openings are in Chennai. Please rush your cv to care...@global-analytics.com with position mentioned in the subject line. 2+ years of Python web developers wit

Re: [BangPypers] python id function

2010-01-07 Thread leela vadlamudi
On Thu, Jan 7, 2010 at 5:58 PM, Anand Chitipothu wrote: > On Thu, Jan 7, 2010 at 1:44 PM, leela vadlamudi > wrote: > > Hi, > > > > Python docs says that id function returns the unique id for an object. > > > >>>> id(10) > > 165936452 >

[BangPypers] python id function

2010-01-07 Thread leela vadlamudi
Hi, Python docs says that id function returns the unique id for an object. >>> id(10) 165936452 >>> a=10 >>> id(a) 165936452 >>> b = int(10) >>> id(b) 165936452 >>> x = tuple() >>> y=tuple() >>> id(x) -1208311764 >>> id(y) -1208311764 >>> l = list() >>> m = list() >>> id(l) -1210839956 >>> id(m

[BangPypers] [JOB] Web developers required

2009-11-19 Thread leela vadlamudi
Hi, Global Analytics India has immediate requirements for experienced python programmers and web developers (preferably in Django). The openings are in Chennai. Please rush your cv to care...@global-analytics.com with position mentioned in the subject line. 2+ years of Python web developers wit

Re: [BangPypers] Python companies

2008-12-03 Thread leela vadlamudi
Hi All, My search for a suitable python job has ended successfully. Thanks for all who have helped me in that. Here is the list of companies that use python which I came across in my search (in no particular order). Bangalore: Hidden reflex Comat technologies Zeomega Mahiti PiCorp Gamecurry, gam

[BangPypers] Python companies

2008-11-13 Thread leela vadlamudi
Hi all, I am a python programmer looking for a job. What are the companies working on python in Bangalore? Is there a list anywhere? Thanks, Leela ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] hi all

2008-11-07 Thread leela vadlamudi
http://pythonprogramming.jottit.com/ ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers