rtomek.bsky.social
@rtomek.bsky.social
It did B.do(), and B is its parent. super().super().do() would print A.

Python doesn’t support multiple inheritance the way that e.g. C++ does. There can only be one true parent class, and then you have to use workarounds to get behavior for other classes.
November 12, 2025 at 8:32 PM
A lot of games require multi-gig updates on release day. If games are a year or more old, it might require a full download of everything anyway. I’m all for less electronic waste and they seem to be accomplishing that goal.
November 12, 2025 at 5:55 PM
#6 is interesting. I haven’t thought of doing it that way to make it ‘cleaner’ but it does make sense for pulling rows of data from a database (CSV) into an object.
November 12, 2025 at 5:49 PM
No. super() references the current object as an object of the base class. super().__init__() is the constructor of the base class, and A.__init__() gets called automatically as part of B.__init__() — both of which are automatically defined
November 12, 2025 at 4:41 PM
Sounds like a kid that will be on antidepressants and therapy by their teens because the parents didn’t teach any emotional skills.
November 12, 2025 at 4:28 PM
So, the same as they already do?
November 10, 2025 at 4:02 AM
As long as I make a profit when I sell it. Just keep house prices going up and interest rates going down and it will all work itself out in the end.
November 9, 2025 at 5:43 PM
Everything is just an interest-only loan. The housing bubble would never burst that way…
November 9, 2025 at 4:10 AM
LFS
November 9, 2025 at 3:47 AM
Looking at desserts alone… No pecan pie, and no whipped cream for the pumpkin pie? Who eats pumpkin pie without whipped cream?
November 7, 2025 at 4:03 PM
99% of the time you would use range(4) to get the values 0,1,2,3 — there is usually a default start of 0. Nobody would ever code like this without comments about WHY you would start at 1. These usually have good coding and actually show you a feature of the language. This question sucks.
November 6, 2025 at 11:43 PM
I saw a more detailed report of it. It was indeed a setup to explain that tariffs are another name for a tax on the American people — as opposed to a punishment on foreign countries (which is what Trump’s lawyers claim)
November 5, 2025 at 10:20 PM
That’s exactly what I want my coding LLM to do. Give me the code to work on abstract data, then I can feed my data into it.

The problem is the beginner students don’t get that yet. And the LLMs have been getting years of feedback from advanced coders specifically looking for the abstract solutions.
October 31, 2025 at 10:12 AM
I would think this had to be scheduled months ago assuming insurance prices would hike and the government would still be open. So the point is to blame those price hikes on Obamacare rather than on the big beautiful bill
October 31, 2025 at 9:23 AM
I think that soon, we may see that calling it the “Democrat Shutdown” might backfire on them. Democrats are shutting down government to reduce the healthcare costs that everyone is going to see while Republicans are just fine with the higher healthcare costs.
October 29, 2025 at 8:09 PM
If that was a rule my girlfriend would actually watch the game with me
October 28, 2025 at 5:58 AM
The anarchist’s cookbook was published back in 1971. It was a collection of recipes for manufacturing drugs and explosives, homemade weapons, peaking devices, etc. Getting your hands on one was a big deal when I was a kid.
October 28, 2025 at 5:29 AM
When ACA premiums rise, it would also be the fault of the democrats because they voted for it. Don’t fall into the trap.
October 27, 2025 at 7:28 PM
Exactly what I would expect from a scripting language. It’s not going to optimize by storing it in memory, but work on the list itself.
October 26, 2025 at 3:05 PM
So he’s holding Trump to his campaign promise of lowering healthcare costs.
October 24, 2025 at 3:38 PM
SNES had so many bangers. Hard to compete with that.
October 23, 2025 at 1:01 AM
That’s why I call R from Python. There are libraries that will let you call R functions directly on pandas dataframes.
October 23, 2025 at 12:57 AM
This looks amazing
October 22, 2025 at 6:39 PM
Zip by definition
October 14, 2025 at 1:29 PM
Magicschool, like Hogwarts?
October 10, 2025 at 2:08 PM