However, Python isn’t an OOP language through-and-through since it does not allow strong encapsulation . This is because its creator Guido van Rossum aimed to keep things simple and that meant not hiding data in the strictest sense of the term.25 Tem 2019
Read moreIs python object oriented or functional?
Python is an object-oriented language. You can do functional programming in it. It is designed, however, to prioritize object-based programming.
Read more