I came across this very interesting series of blog posts. The authos (Jeff Knupp) discusses some nuances in Python
-
Is Python call-by-value or call-by-reference? Neither.
-
Improve Your Python: Python Classes and Object Oriented Programming
-
Improve Your Python: Decorators Explained
There are a bunch of “Improve Your Python” articles in that blog. Check them out.
Code: