En Thu, 06 Mar 2008 06:10:22 -0200, Sanjaya Vitharana  
<[EMAIL PROTECTED]> escribi�:

> 1.) Are there any way to display all variable/function bindings in Python
> Shell ?

dir()
dir(some_object)
help(some_object)
vars(some_object)

> 2.) Are the any way to Search "Python-list Archives" before sending  
> simple
> question to the list ?

Use the Google interfase to this newsgroup:  
http://groups.google.com/group/comp.lang.python/

-- 
Gabriel Genellina

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

Reply via email to