Re: [BangPypers] Python switches to Mercurial

2009-03-31 Thread abhinav sarkar
There is a PEP for this move at http://www.python.org/dev/peps/pep-0374/which discusses all the alternatives. Abhinav Sarkar http://claimid.com/abhin4v Mobile:+91-9731596137 Office: +91-8041371605 [image: Linkedin] <http://www.linkedin.com/in/abhinavsarkar>[image: Facebook]

Re: [BangPypers] Face to face meeting for Python conference

2009-03-27 Thread Abhinav Sarkar
be pretty pointless. However, I don't think we should stop having the monthly meetings. If there are sufficient people around, maybe we can hold a small user group meetup like last time this weekend (28 or so)? What say? So are we having a meeting on 28 March? -- Abhinav Sarkar Web: h

Re: [BangPypers] threading problem

2009-03-26 Thread Abhinav Sarkar
sub processes instead of threads. It has the same API as the threading module so there should not be much problem in shifting your code from threading to multiprocessing. -- Abhinav Sarkar Web: http://claimid.com/abhin4v Twitter: http://twitter.com/abhin4v - The world is a book, those

Re: [BangPypers] User Groups at devcamp

2009-03-20 Thread abhinav sarkar
+1 for the idea. i think BCB7 had similar stickers. Abhinav Sarkar http://claimid.com/abhin4v Mobile:+91-9731596137 Office: +91-8041371605 [image: Linkedin] <http://www.linkedin.com/in/abhinavsarkar>[image: Facebook] <http://www.new.facebook.com/profile.php?id=221100022>[image: F

Re: [BangPypers] Face to face meeting for Python conference

2009-03-18 Thread Abhinav Sarkar
Darkseid wrote: I can, and if we end up doing this it will be at ThoughtWorks, Diamond District, Airport Rd. +1 for thoughtworks. i'll be there this time for sure :-) -- Abhinav Sarkar Web: http://claimid.com/abhin4v Twitter: http://twitter.com/abhin4v - The world is a book, thos

Re: [BangPypers] (was: Fwd: Chicago Python User Group) BangPypers meet on 21 Feb 2009

2009-02-17 Thread abhinav sarkar
n we have a count for venue affinity. > Please reply to this thread indicating your affinity > for ThoughtWorks (Indiranagar, Diamond District, Old Airport Road) > or ZeOmega (near Lalbagh). Use "+T" for former > and +Z for latter or N for neutral. > > Here is my vote ->

Re: [BangPypers] (was: Fwd: Chicago Python User Group) BangPypers meet on 21 Feb 2009

2009-02-17 Thread abhinav sarkar
n we have a count for venue affinity. > Please reply to this thread indicating your affinity > for ThoughtWorks (Indiranagar, Diamond District, Old Airport Road) > or ZeOmega (near Lalbagh). Use "+T" for former > and +Z for latter or N for neutral. > > Here is my vote ->

Re: [BangPypers] py2exe

2008-09-20 Thread Abhinav Sarkar
ware to do that. Just make the script executable by chmodding them like this: chmod +x script.py Cheers, -- Abhinav Sarkar Web: http://claimid.com/abhin4v Twitter: http://twitter.com/abhin4v - The world is a book, those who do not travel rea

Re: [BangPypers] Re :Use of module (Include file) in Python???

2008-09-06 Thread Abhinav Sarkar
--- ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers Hi In that case you should do: from modulename import methodname or to import all methods a

Re: [BangPypers] Module question

2008-09-01 Thread abhinav sarkar
On Tue, Sep 2, 2008 at 10:51 AM, Abhinav Sarkar <[EMAIL PROTECTED]>wrote: > Heshan Suriyaarachchi wrote: > >> Hi, >>One of my scripts returns a module like below. >> > '/home/heshan/repo/scripts/annotationScript.py'> >> What I need to d

Re: [BangPypers] Module question

2008-09-01 Thread Abhinav Sarkar
\python25\\lib\\site-packages\\lastfm-0.1-py2.5.egg\\lastfm'] I hope it helps. Cheers, -- Abhinav Sarkar Fair Isaac India Mobile:+91-9731596137 Office: +91-8041371605 Web: http://claimid.com/abhin4v Twitter: http://twitter.com/abhin4v - The wor

Re: [BangPypers] Python 3.0

2008-08-25 Thread abhinav sarkar
gt;> ___ >> BangPypers mailing list >> BangPypers@python.org >> http://mail.python.org/mailman/listinfo/bangpypers >> > > > > -- > I blog at http://ranganaths.wordpress.com > > ___________ > BangPypers mailing

Re: [BangPypers] python command

2008-08-25 Thread abhinav sarkar
his code instead: >>> import sys; print '%s %s' % (sys.executable or sys.platform, sys.version) c:\python25\python.exe 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] Cheers -- Abhinav Sarkar Fair Isaac India Mobile:+91-9731596137 O

Re: [BangPypers] unable to figure out the ways to run a module

2008-08-25 Thread abhinav sarkar
* > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > Hi I think you are using an older version of python which doesn't support the exponential operation (2**8). The cod

Re: [BangPypers] HOW TO ACCESS THE FORUM

2008-08-25 Thread abhinav sarkar
sit http://mail.python.org/pipermail/bangpypers/ Cheers, -- Abhinav Sarkar Fair Isaac India Mobile:+91-9731596137 Office: +91-8041371605 Web: http://claimid.com/abhin4v Twitter: http://twitter.com/abhin4v - The world is a book, those who do not travel read only one page. ___

Re: [BangPypers] Python 3.0

2008-08-25 Thread abhinav sarkar
Hi all, Barcamp Bangalore 7 (BCB7) is being organized on September 13 - 14 in IIMB. Is anyone interested in talking a session about features of Py3k? For details about BCB visit: http://barcampbangalore.org/wiki/Main_Page Cheers, -- Abhinav Sarkar Fair Isaac India Mobile:+91-9731596137 Office

Re: [BangPypers] Python 3.0

2008-08-05 Thread abhinav sarkar
ds like a good idea, we can go around planning the > discussions. > > Thanks > > -- > -Anand > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers Cheers, -- Abhinav Sarkar Mobile:+91-

Re: [BangPypers] Python 3.0

2008-08-01 Thread Abhinav Sarkar
Anand Balachandran Pillai wrote: Guys, Python 3.0 is coming (2 betas done already) and though the language is getting a lot of changes, some of them breaking backward compatibility, it is a significant update in terms of language changes, new modules, performance and overall "look n feel" of t