Re: [BangPypers] Python place holder doubt

2009-11-12 Thread Aravind Muthu
url = self.BASEURL + pmid=%d + tag=ntagtype=ge %d Try this ..i dont know exactlly correct or not. url=self.BASEURL final=+ pmid=%d + tag=ntagtype=ge %d urlparse.urljoin(url,final) Aravind. On 11/12/09, JAGANADH G jagana...@gmail.com wrote: On Wed, Nov 11, 2009 at 11:41 PM, Pradeep Gowda

Re: [BangPypers] Google Go

2009-11-12 Thread Roshan Mathews
Did the Godfather quote scare you off? :) On Wed, Nov 11, 2009 at 9:06 PM, Roshan Mathews rmath...@gmail.com wrote: I [shall carefully reply to] you because I had [searched my mail and found] that you were a serious man, to be treated with respect. But I must say no to you and let me give you

Re: [BangPypers] Best Python IDE with compiler

2009-11-12 Thread M.V.Ramana Murty
for windows only pyscipter is a good options, at least for the beginners... Thanks and Regards MVR.Murty, --- On Thu, 11/12/09, Noufal Ibrahim nou...@gmail.com wrote: From: Noufal Ibrahim nou...@gmail.com Subject: Re: [BangPypers] Best Python IDE with compiler To: Bangalore Python Users

Re: [BangPypers] Python place holder doubt

2009-11-12 Thread kausikram krishnasayee
url=self.BASEURL final=+ pmid=%d + tag=ntagtype=ge %d urlparse.urljoin(url,final) Final will raise an error. Concatination and Formatting cannot be done together. final should either be final = pmid=%d %(d,) + tag=ntagtype=ge or final=(pmid=%d + tag=ntagtype=ge) %(d,) -- Kausikram

Re: [BangPypers] Best Python IDE with compiler

2009-11-12 Thread Lakshman Prasad
I am a happy WingIDE Professional customer. It is simply the best IDE for Python today. Plus it has VI mode, that I like, and a lot of other features, some of it I have described here: http://stackoverflow.com/questions/81584/what-ide-to-use-for-python/495355#495355 On Thu, Nov 12, 2009 at 1:59

Re: [BangPypers] WxPython : List box

2009-11-12 Thread Rama Rao Polneni
Hi, I could read all the elements by using self.listbox.GetItems() Only vertical scrollbar is coming by default Thanks, Rama Rao On 11/12/09, Kenneth Gonsalves law...@au-kbc.org wrote: On Thursday 12 Nov 2009 10:12:43 am Rama Rao Polneni wrote: 1. Reading all elements from from listbox.

Re: [BangPypers] WxPython : List box

2009-11-12 Thread Rama Rao Polneni
Here is the solution. On setting style as wx.HSCROLL. horizontal scrollbar appears. Thanks, On 11/12/09, Rama Rao Polneni ram...@gmail.com wrote: Hi, I could read all the elements by using self.listbox.GetItems() Only vertical scrollbar is coming by default Thanks, Rama Rao On

Re: [BangPypers] Python place holder doubt

2009-11-12 Thread Aravind Muthu
what u going to access...send the full path name pls On 11/12/09, kausikram krishnasayee kausik...@gmail.com wrote: url=self.BASEURL final=+ pmid=%d + tag=ntagtype=ge %d urlparse.urljoin(url,final) Final will raise an error. Concatination and Formatting cannot be done together.

Re: [BangPypers] Python place holder doubt

2009-11-12 Thread Aravind Muthu
here i am going to get definition from google server see..First u should use only Domail address ex: www.google.co.in it should be connected to server .. ... after that use the :www.google.co.in/search?hl=enq=define%3A+query+ On 11/12/09, Aravind Muthu aravind.g...@gmail.com wrote: what u

Re: [BangPypers] Best Python IDE with compiler

2009-11-12 Thread Siddharta
R Gopinath wrote: Hi, I hope all the people here are my forefathers and experts in python. please suggest me a good IDE for python which can point out syntax errors while typind and also able to complie and produce output. I love the Wing IDE. It's a paid product though -

[BangPypers] BangPypers monthly meetup.

2009-11-12 Thread Noufal Ibrahim
Shall we fix this for 22nd then? Is TW the venue? What time? On Wed, Nov 11, 2009 at 12:13 PM, Sriram Narayanan sriram...@gmail.com wrote: On Wed, Nov 11, 2009 at 12:03 PM, Noufal Ibrahim nou...@gmail.com wrote: +1 for 22nd. +1 -- Sriram ___

Re: [BangPypers] Python place holder doubt

2009-11-12 Thread Pradeep Gowda
On Thu, Nov 12, 2009 at 3:04 AM, Aravind Muthu aravind.g...@gmail.com wrote: Try this ..i dont know exactlly correct or not. url=self.BASEURL final=+ pmid=%d + tag=ntagtype=ge %d urlparse.urljoin(url,final) There are two errors in the second line 1. what is =+ ? 2. and what is the

Re: [BangPypers] Best Python IDE with compiler

2009-11-12 Thread srid
On Wed, Nov 11, 2009 at 10:55 PM, R Gopinath rgopiindia...@gmail.com wrote: Hi, I hope all the people here are  my forefathers and experts in python. please suggest me a good IDE for python which can point out syntax errors while typind and also able to complie and produce output.

Re: [BangPypers] BangPypers monthly meetup.

2009-11-12 Thread Sriram Narayanan
On Thu, Nov 12, 2009 at 3:56 PM, Noufal Ibrahim nou...@gmail.com wrote: Shall we fix this for 22nd then? Is TW the venue? What time? Seems OK to me. Let's have Mahadevan decide on the time. -- Sriram ___ BangPypers mailing list BangPypers@python.org

[BangPypers] Python moratorium

2009-11-12 Thread Anand Balachandran Pillai
A.M. Kuchling has published an article related to this on LWN. This has been under discussion in Pydev for a couple of weeks now... It would be interesting to know the opinion of folks here on this... http://lwn.net/SubscriberLink/361266/ef88bdbed5369800/ Here is the related PEP link.

Re: [BangPypers] BangPypers monthly meetup.

2009-11-12 Thread Anand Balachandran Pillai
On Thu, Nov 12, 2009 at 8:54 PM, Sriram Narayanan sriram...@gmail.comwrote: On Thu, Nov 12, 2009 at 3:56 PM, Noufal Ibrahim nou...@gmail.com wrote: Shall we fix this for 22nd then? Is TW the venue? What time? +1 for 22nd. Seems OK to me. Let's have Mahadevan decide on the time. --

Re: [BangPypers] Python moratorium

2009-11-12 Thread Anand Balachandran Pillai
On Fri, Nov 13, 2009 at 11:20 AM, Noufal Ibrahim nou...@gmail.com wrote: On Fri, Nov 13, 2009 at 11:12 AM, Anand Balachandran Pillai abpil...@gmail.com wrote: A.M. Kuchling has published an article related to this on LWN. This has been under discussion in Pydev for a couple of weeks now...

Re: [BangPypers] Python moratorium

2009-11-12 Thread Kenneth Gonsalves
On Friday 13 Nov 2009 11:50:32 am Anand Balachandran Pillai wrote: It would be interesting to know the opinion of folks here on this...[..] I've been following the discussion. I think it's eminently sensible. I also thought so. More than the catching up part, I think perhaps Guido

Re: [BangPypers] BangPypers monthly meetup.

2009-11-12 Thread Mahadevan R
On Thu, Nov 12, 2009 at 8:54 PM, Sriram Narayanan sriram...@gmail.com wrote: On Thu, Nov 12, 2009 at 3:56 PM, Noufal Ibrahim nou...@gmail.com wrote: Shall we fix this for 22nd then? Is TW the venue? What time? Seems OK to me. Let's have Mahadevan decide on the time. Is evening OK? Around