Aspect oriented programming (AOP) in Python
Python does not need something like a “language extension” for being able to work in an Aspect Oriented way. That is simply due to the dynamic mechanisms in Python itself. A Google search will yield a couple projects – but despite looking merely like libraries, it is all that is needed in Python. I am … Read more