Talk given at Pycon Lithuania 2019.
Aspect oriented programming is another way to modularize cross cutting concerns in an application.
Python has built in features that make aspect oriented programming possible.
This talk highlights these features and a few open source libraries developed to facilitate implementing aspect oriented programming in Python.