Introduction to Wagtail | Coders of Colour

Ojected Oriented Programming in Python

What Is Object-Oriented Programming (OOP)?

Object-oriented Programming, or OOP for short, is a programming paradigm which provides a means of structuring programs so that properties and behaviors are bundled into individual objects.

For instance, an object could represent a person with a name property, age, address, etc., with behaviors like walking, talking, breathing, and running. Or an email with properties like recipient list, subject, body, etc., and behaviors like adding attachments and sending.

Read more here.

Videos

Check out these great videos on OOP:

Here are another couple of videos that you can watch:

Edit this page on GitHub