Monkey Patching in Python
Monkey patching refers to modifying or updating a piece of code or class or any module at runtime. With that, we can change the behaviour or working of a class/ module dynamically without affecting the original source code.
This can be useful in a v...
mochatek.hashnode.dev3 min read