This is going to be a short post, it's just something that hit me today as I was looking over one of my current projects. Python is an object orientated language, everything in Python is an object. However this is extremely misleading. Unlike languages such as Java, in Python you are not forced …
[Read more...] about How to Logically Group Your Python Code into Modules