I am using Python 2.7.x Stack. And using sys.maxint for positive max integer (if it is wrong usage, please feel free to correct me). Sometimes I also need to initialize an integer to be smallest negative integer value. Wondering what is the most elegant/correct way in Python 2.7.x Stack?
Thanks in advance, Lin