Python 3 Object Oriented Programming – Part II

In this chapter, we are going to learn about how to implement the advance concept of object oriented programming in Python. We are going to cover – Inheritance, Multiple Inheritance, Method Overloading, Method Overriding and making variables private. Read more

Similar

Be Careful with Python’s New-Style String Format

This should have been obvious to me for a longer time, but until earlier today I did not really realize the severity of the issues caused by str.format on untrusted user input. It came up as a way to bypass the Jinja2 Sandbox in a way that would permit r...

Read more »