import

2006-08-20 Thread fegge
i have written script save as hello.py.  i can run it.  but why cant i
import it as a modular in other programs?

-- 
http://mail.python.org/mailman/listinfo/python-list


lambda

2006-08-24 Thread fegge
what is a lambda expression?

-- 
http://mail.python.org/mailman/listinfo/python-list


multi-thread tutor

2006-08-27 Thread fegge
would u like to recommand some to me/.?

-- 
http://mail.python.org/mailman/listinfo/python-list


class problem

2006-08-28 Thread fegge
when i declare a class, is there difference between the below:
class myClass():
class myClass(threading.Thread)

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: class problem

2006-08-28 Thread fegge
sorry  ,look at this :
class myClass:
class myClass(threading.Thread):

-- 
http://mail.python.org/mailman/listinfo/python-list


how to varify if a URL is valid in python?

2006-08-28 Thread fegge
what module should i import?

-- 
http://mail.python.org/mailman/listinfo/python-list