|
|
|
|
|
by nomel
661 days ago
|
|
Not only that, it's a relatively gentle introduction into object oriented concepts, where an instance is just like independent copies of modules, as they're using them: module.function(), with function accessing some global conceptually turns into instance.function() where function accesses some instance "global". I was always a bit surprised that python didn't allow "module instances" that automatically did that. |
|