

34·
12 days agoYou’re right in that OOP feels very shoehorned in with Python. But not every project has a Linus Torvalds to publicly humiliate horrible ideas and implementations.
You’re right in that OOP feels very shoehorned in with Python. But not every project has a Linus Torvalds to publicly humiliate horrible ideas and implementations.
Write a new method, make sure to reference self first. Write a new method, make sure to reference self first. Call the method, make sure to reference self first.
Yeah, I can see it.
18kt gold is an alloy with 75% gold and other metals that may be magnetic. I wouldn’t trust a gold chain around my neck with an MRI.
It was a knee MRI. She wasn’t stuck inside it, she just wanted her husband to help get her off of the table instead of just the technician.
Still a horrible scene though, but not quite as horrific as your first imagining.
I was looking to see if there are equivalents to Java’s private and protected members, and it looks like Python’s answer to that is just throw one or two underscores in front of things to do that. And it doesn’t really do anything, more of just a naming convention. To me that feels like a basic OO structure that is shoehorned into Python.