Skip to main content

One doc tagged with "objects"

View all tags

Core OOP Concepts: Classes and Objects

Welcome to a new chapter in your Python journey! So far, we've been using a style of programming called procedural programming. We write procedures (functions) that perform operations on data. This is great, but as programs become larger and more complex, it can be hard to manage the relationship between the data and the functions that operate on it.