![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveGlobal Variables in OOP and Python
From: newbie <solaris_1234@yahoo.com>
Date: Sat Dec 31 2005 - 00:03:54 CET
Hello,
I have questions about global variables in OOP (in general) and Python
So far, I have approached the problem by making the variables
The other way I thought of is to create a separate class that consists
from <file name> import *
in all of the files (namespaces) where it is needed.
Is there a better way?
Are the two ideas presented above acceptable? If so, is one better than
|