On Sun, Sep 7, 2008 at 1:16 AM, Abhinav Sarkar <[EMAIL PROTECTED]> wrote:
>
> from modulename import methodname
>
> or to import all methods at once do:
>
> from modulename import *

Of course ... the first way is better form than the second for various
reasons ... so you might want to make that a habit if you're starting
on a career in python.

Regards
Rajeev J Sebastian
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to