Thursday 23 January 2014

Well, this is my first blog post ever! Never would have thought I'd write a blog since I think I'd come off as too crazy or too pretentious ("Internet, I'm right and you are wrong! Read my blog!"), but apparently it's a requirement to pass my class.

So, Object Oriented Programming. I'm going to pretend I understand that properly and write a few things down about it. Maybe just spew a few buzzwords out.

OOP is a way of putting code together in a package to that functions and variables can all be together in the same place. I think of an object as a container for a variety of functions and variables. Apparently, every variable is an object in Python, such as ints, floats, strings, and lists. As long as it has values and functions attached to it, it's an object. Every source I read remarks about how confusing it can be. They understate the pain it causes.

Anyways, here's my first blog post. I don't know if I'll actively write in here outside of class requirements, but it's early days. Thanks for reading!




- Magical Unicorn