-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: grug_life
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
Intro to OOP
Introduction I’ve been learning and coding with Python for roughly four years now. But one of its greatest features, object oriented programming, is something that I have never really understood. Starting in March of this year, I taught a Python … Continue reading
Posted in Uncategorized
Leave a comment
The Resistance
Just do a damn Kaggle competition…….. This is what I have been telling myself to do for the past couple of years. but to no avail, I did not. I would spend the time doing half assing another online tutorial … Continue reading
Posted in Uncategorized
Leave a comment