-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: object-oriented programming
Intro to OOP (Part 2)
Continuing my journey through OOP has brought me to the self parameter and the __init__ method. The self parameter is required in every method of a class. In OOP, a method operates on a specific object’s data attributes. When a … Continue reading
Posted in Uncategorized
Tagged object-oriented programming, OOP, programming, Python
Leave a comment