[BangPypers] Re :Use of module (Include file) in Python???

Rajeev J Sebastian rajeev.sebastian at gmail.com
Sat Sep 6 22:28:15 CEST 2008


On Sun, Sep 7, 2008 at 1:16 AM, Abhinav Sarkar <abhinav.sarkar at gmail.com> 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


More information about the BangPypers mailing list