I don't think we should change our naming convention at this point, but I think it would be good to acknowledge that our use of the term "constructor" doesn't align with Python's. Perhaps just a ...
1. Explain 'Everything in Python is an object'. What's an object? An object in a object-oriented programming language is an entity that contains data along with some methods for operations related to ...