I'm trying to get into Object-Oriented Programming for Python, but I definitely don't have the Programming literacy to understand any guides out there. I would be grateful if anyone could help me understand how to use and clarify the differences between "normal functions", "@class method", and "@static method" in a way that a beginner like me could understand.
A guide that I had no clue how to use, https://www.geeksforgeeks.org/class-method-vs-static-method-python/.