Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Design
-
There is no constant variables in Python. If you need a constant variable in Python, just define one and never change it. It is suggested that you use UPPER_WITH_UNDERSCORE naming …