Re: [BangPypers] A trivial doubt in negative lookbehind regular expression pattern

2011-04-06 Thread Neha Jain
yeah.. thats possible.. thanks :) On Tue, Apr 5, 2011 at 8:00 PM, Senthil Kumaran wrote: > On Tue, Apr 05, 2011 at 06:21:03PM +0530, Neha Jain wrote: > > > > > but the problem with this is that the line where I am searching for may > be > > like.. #define ABC_PG...

Re: [BangPypers] A trivial doubt in negative lookbehind regular expression pattern

2011-04-05 Thread Neha Jain
thanks senthil for the prompt reply.. On Tue, Apr 5, 2011 at 5:38 PM, Senthil Kumaran wrote: > On Tue, Apr 05, 2011 at 05:04:38PM +0530, Neha Jain wrote: > > I am trying to avoid matching of the terms that start with a word ABC_ > > The general pattern is that the term has only

[BangPypers] A trivial doubt in negative lookbehind regular expression pattern

2011-04-05 Thread Neha Jain
Hi all, I am trying to avoid matching of the terms that start with a word ABC_ The general pattern is that the term has only caps alphabets and _, I have to ignore from these terms, ones that begin in ABC_ The regular expression I have written is: pattern = re.compile( ' ((?http://mail.python.org

Re: [BangPypers] Problem installing Maverick on lenovo

2011-02-03 Thread Neha Jain
Python programming language list. You > should find a forum more appropriate. > > On Thu, Feb 03 2011, Neha Jain wrote: > > > Hey all, > > > > I tried to run maverick first from the CD, live everything was working > > absolutely fine. Then I installed(simply, erase

[BangPypers] Problem installing Maverick on lenovo

2011-02-03 Thread Neha Jain
Hey all, I tried to run maverick first from the CD, live everything was working absolutely fine. Then I installed(simply, erase and install) maverick on the machine, but it ended up with an I/O error. I tried again, again the same error. Next time I tried to install after rebooting, though it got

Re: [BangPypers] User group meeting

2011-02-01 Thread Neha Jain
hey, Sure. I'll be there. No doubt about it. Thanks, njain On Wed, Feb 2, 2011 at 10:32 AM, satyaakam goswami wrote: > On Wed, Feb 2, 2011 at 10:26 AM, Neha Jain wrote: > > > Hey Vikas, > > > > Please could you make it 27 Feb.. Please... > > Rest is all f

Re: [BangPypers] User group meeting

2011-02-01 Thread Neha Jain
Hey Vikas, Please could you make it 27 Feb.. Please... Rest is all fine.. I don't want to miss this opportunity of python users meet-up in Delhi.. I hope I am not asking for much of a favor... Thanks, njain. On Tue, Feb 1, 2011 at 8:59 PM, vikas ruhil wrote: > OK Now Finally Delhi -python gr

Re: [BangPypers] User group meeting

2011-01-31 Thread Neha Jain
On Mon, Jan 31, 2011 at 4:31 PM, vikas ruhil wrote: > ya it is python dedicated group specially only for python lovers ,ok it is > fine on next 27 FEB IN JNU > JNU, Delhi, right? > > On Mon, Jan 31, 2011 at 4:21 PM, Kenneth Gonsalves >wrote: > > > On Mon, 2011-01-31 at 16:07 +0530, Gora Moha

Re: [BangPypers] User group meeting

2011-01-30 Thread Neha Jain
Delhi Rocks!!! It is an awesome idea to organize a meet-up of the python (django included) enthusiasts here in Delhi. I am looking forward to meeting some people with similar interests. I am in gurgaon so coming over to delhi is quite easy compared to Bengaluru... Delhi will no doubt include people

Re: [BangPypers] Python for mobile apps Deveopment

2011-01-25 Thread Neha Jain
Hey, I am not very conversant with the other mobile platforms, but maemo supports python very nicely. One can develop apps in python on the N900 directly! There are many apps written for the maemo platform in pyqt, these are portable to android and iphone(may be with a bit of difficulty). Qtdesign