python binding of variable to particular expression
        Posted  
        
            by user209123
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user209123
        
        
        
        Published on 2010-05-18T11:17:55Z
        Indexed on 
            2010/05/18
            11:20 UTC
        
        
        Read the original article
        Hit count: 252
        
I am developing a simple application which hava a file Constants.py containing all configuration, it is like this
x = y
during execution of program , the value of y changes , I want value of x o get updated too , automatically, this can be reffered as binding, how can I achieve this
© Stack Overflow or respective owner