-
Recent Posts
Recent Comments
Nagesh on Python regular expression… Henry Charles on SendKeys in Linux me on Reading gzip files in Python… insider on Reading gzip files in Python… codebright on Linear Algebra Review and… Archives
Categories
Meta
Monthly Archives: June 2011
globals and __main__: a Python gotcha
One of the good features is the lack of gotchas. I define gotchas as traps for the unwary programmer, where something unexpected happens. Thankfully these are rare in Python. But the following is one that is worth knowing about. Consider … Continue reading
Posted in Python, Software
Leave a comment