On Sun, Dec 31, 2017 at 4:02 PM, Abdur-Rahmaan Janhangeer
<arj.pyt...@gmail.com> wrote:
> for beginners import * is probably fine. Even if you are using most modules
> then too. else if module small maybe ok too
>
> just when you import just what you need, you save on resources .
>

Actually no; the entire module still gets executed and loaded into
memory. It's just about how you name things.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to