Re: [BangPypers] Python Meetups in NCR?

2010-08-29 Thread Mehndi, Sibtey
I am also interested but the preferred venue is Delhi. Regards, Sibtey Mehdi On Sun, Aug 29, 2010 at 9:29 PM, Gora Mohanty wrote: > On Fri, 27 Aug 2010 21:00:39 +0530 > Vivek Khurana wrote: > [...] >> Gurgaon is far far... > [...] > > Yes, but Howzzat beer is cold, cold, and good, good. Worth

Re: [BangPypers] how to delete base class attribute

2010-07-29 Thread Mehndi, Sibtey
Nitin, del can only remove the elements present in the instance dictionary. If you check self.__dict__ then it shows that A is not in the dictionary only 'a' and 'b' exist in the dict that's why it is giving the attribute error. Sibtey -Original Message- From: bangpypers-bounc

Re: [BangPypers] How to use PythonDonNet for calling Pythonscript from c#.net

2010-03-08 Thread Mehndi, Sibtey
Create a COM object and use it into your C#.net Try IronPython On Mon, Mar 8, 2010 at 6:25 PM, wrote: > Hi everyone > > > > I am looking for some help regarding how to call Python script from c#.net. > > > > I am developing an application in which I need to call a paython script > from > the C

[BangPypers] python module for SQL Server connection

2010-02-23 Thread Mehndi, Sibtey
Hi I have migrated my database from mysql to SQL SERVER. Could you please tell me the python module to be used to make the connection with SQL SERVER? Thanks, Sibtey Mehdi This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by int

Re: [BangPypers] Why the None ?

2009-09-03 Thread Mehndi, Sibtey
Any python function by default return None in your gimmetaste function you are not returning any value. That's why gimmetaste returns None -Original Message- From: bangpypers-bounces+sibtey.mehndi=genpact@python.org [mailto:bangpypers-bounces+sibtey.mehndi=genpact@python.org] On

[BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread Mehndi, Sibtey
Hi All I am trying to embed the python interpreter in to a web page but could not get the way, any one can suggest me how to do this. Thanks, Sibtey Mehdi This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended recip

Re: [BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread Mehndi, Sibtey
Users Group - India Subject: Re: [BangPypers] how to embed the python interpreter into web App You mean like this? http://shell.appspot.com/ Regards, Nandakishore On Wed, Jul 29, 2009 at 6:30 PM, Mehndi, Sibtey mailto:sibtey.meh...@genpact.com>> wrote: Hi All I am trying to emb

[BangPypers] how to embed the python interpreter into web App

2009-07-29 Thread Mehndi, Sibtey
Hi All I am trying to embed the python interpreter in to a web page but could not get the way, any one can suggest me how to do this. Thanks, Sibtey Mehdi This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only by intended reci