#python3
Read more stories on Hashnode
Articles with this tag
The Prototype pattern is a creational design pattern that allows you to create new objects by copying existing objects, rather than creating new...
Single Responsibility Principle: A class should only have one reason to change. Here is an example of a class that violates the Single Responsibility...
Python floating point numbers
Python 3.10 now introduce switch cases as in other languages like JavaScript.