global variables

Thorsten Harms thorstenharms at arcor.de
Mon Jul 22 13:50:07 EDT 2002


Hi!
I 'm completely new to python. So here's my problem:
How can I handle global data in my application?
The application is a database application and I want
to provide non-static informations, like the user id, name,
etc. so that every object can access this information.
Normally, I use C/C++ for coding, but these tricks don't
work ;-)
Maybe, you can give me some hints...

Thanks in advance

Thorsten Harms







More information about the Python-list mailing list