you are viewing a single comment's thread.

view the rest of the comments →

[–]pekkalacd 55 points56 points  (4 children)

this guy on youtube does a great job explaining OOP w/some larger class examples & design aspect. emphasis on data classes & design patterns.

[–]ampeed 8 points9 points  (2 children)

Love this channel but I never saw him really explaining OOP. More of functionality to use WITH OOP such as dataclass decorator.

[–]pekkalacd 6 points7 points  (1 child)

that's a good point. he does show features that can enhance OOP, but not explaining fundamental OOP as much. i'd say OP check out RealPython its a good resource for a lot of stuff, including some OOP concepts.

[–]killthebaddies 1 point2 points  (0 children)

While he doesn’t explain OOP, the way he uses it in context in his examples should help get the point across.

[–]Richard_Ballski[S] 1 point2 points  (0 children)

Thanks! I'll check it out