While you don't often need to make your own classes in Python, they can sometimes make your code reusable and easier to read.
Article version of this video available at https://pym.dev/when-are-classes-used/
00:00 Using classes because a framework requires it
00:43 Passing the same data into multiple functions
01:12 Creating a custom class
02:15 Using a class to convey the purpose of data
02:38 Using classes to improve readability
#Python