where to start with

2009-05-01 Thread venky
Hi, As iam very new to python i would like explore python. Can any body guide me as your guidance is more worth than googling and finding it. Thanks, Venkat http://www.prog2impress.com/ -- http://mail.python.org/mailman/listinfo/python-list

Re: How do you check if a program/process is running using python?

2008-07-19 Thread Venky K Shankar
ile True: I am sure there should be a far better solution that this in python. -Venky -- http://mail.python.org/mailman/listinfo/python-list

Re: Question

2008-07-19 Thread Venky K Shankar
On Saturday 19 July 2008 03:14:20 pm Peter Otten wrote: > [EMAIL PROTECTED] wrote: > > Why is Perl so much better than python? > > Because you have the video: > > http://mail.python.org/pipermail/python-list/2004-March/253370.html >> what about this ? i feel python's better :) >> h

Re: Testing for Internet Connection

2008-07-17 Thread Venky Shankar
may be try to open a connection to 4.2.2.2 at port 53 ? -vks On Wed, Jul 16, 2008 at 12:13 AM, norseman <[EMAIL PROTECTED]> wrote: > > Grant Edwards wrote: > >> On 2008-07-15, Alexnb <[EMAIL PROTECTED]> wrote: >> >> What exactly do you think will work? I am not sure what you >>> think I should

Re: Testing for connection to a website

2008-07-17 Thread Venky Shankar
ping the universal DNS ? (4.2.2.2) -Venky On Wed, Jul 16, 2008 at 1:17 AM, Jordan <[EMAIL PROTECTED]> wrote: > On Jul 15, 3:43 pm, Alexnb <[EMAIL PROTECTED]> wrote: > > Okay, I already made this post, but it kinda got lost. So anyway I need > to > > figure

Re: classobj?

2007-02-26 Thread Venky
... > > Do you mean that you want to add it to globals()? > > globals()['SomeClass'] = cl > > myinst = SomeClass() > print isinstance(myinst, SomeClass) > print isinstance(myinst, BaseClass) > > -- > Hope this helps, > Steven > > > Thanks. That's what I was looking for. -- http://mail.pyth

classobj?

2007-02-26 Thread Venky
Class', (BaseClass, ), {}) After this call, how do I instantiate SomeClass? I understand cl() will instantiate this, however this defeats my purpose, since the name of the class is obtained at runtime. Thanks venky -- http://mail.python.org/mailman/listinfo/python-list

python & Tkinter - library loading failure in linux

2005-11-29 Thread Venky
_PATH to the current directory. After this, Tkinter module loads up fine. Is there a better way to do this (from within the python script) ? TIA venky -- http://mail.python.org/mailman/listinfo/python-list