This is based on my current (emphasis on current!) thoughts about what's best for code.
Dive in!
- remove support for class and static methods. I believe it is neater for classes to be just prototypes or schemas for objects. So where would class and static methods go? They would go into the module :). For example,
# rectange.py - home of all things rectangular!
# This counts all the rectangles that have been created so far. This would have been a class variable