As someone new to both, I'm commenting to hear your answer to the other person's "why?" :)
PolarKraken
Yeah, it's certainly not a perfect model :) and I will absolutely acknowledge that some folks seem to delight in their own smugness and knowledge and seem to enjoy opportunities to shit on someone. The way the platform works probably amounts to a certain "gravity" pulling those personalities in, TBH.
It's mainly a different model, but I totally sympathize that it's the opposite of welcoming or encouraging.
SO recognizes that many, many questions are really just rephrasings of the same underlying question, and the aim is to find and provide the best answer to those. It explicitly does not want to repeatedly answer the same question, and given how few people find out how it works before simply asking, they have to be pretty ruthless about it. The result is that usually the most active and fleshed out questions and answers are very informative. So there's a big upside in trade for those downsides. Answers are meant to be durable, ~singular, and authoritative.
Reddit is basically halfway between that, and Discord. Discord is the polar opposite, questions and answers are naturally ephemeral, duplication happens constantly, and quality of responses is all over the map.
I greatly prefer the StackOverflow model, and - to be very clear - I have never once asked (to say nothing of answering) a question of my own there, lmao.
I'm not super familiar with either, but are you aware of Rescuezilla? It's a GUI for Clonezilla. I used it for some simple things once or twice recently that I didn't feel merited learning Clonezilla's CLI.
Cheers friend!
One tremendous strength of Python no one has mentioned is its vast ecosystem of high quality packages. It's not just the language features that speed up development, that ecosystem makes a huge difference.
Another (far more subjective) advantage is readability - when written according to Python's (actually quite opinionated!) style guidelines and general software engineering best practices, Python is also extremely readable, which really facilitates teamwork. My software shop has transitioned to using Python for most things these days for that reason, away from JS, after seeing my work and code reviews, FWIW.
I'm not some wizardly dev, to be clear, but I'm this shop's first senior dev specializing in Python. I write deliberately clean and readable Python and folks are really enjoying it - enough to voluntarily switch.
Performance is always listed as a Python drawback, and it's not untrue, it's just so overblown as a problem. It basically never causes me issues. Crucially, saving dev time is almost always the better choice compared to saving compute cycles. And I'd take that farther and say anyone junior enough to be wondering about Python and performance...is almost certainly working on tasks that Python is well suited to - better suited, than most other languages.
(Hopefully this was not too controversial, but I accept the risk of a flame war, as is tradition lol)
Edit: clarity
Yeah, people got different backs and different injuries. I've done a ton of rehab (just strength training basically) so mine's not nearly as sensitive as it used to be. But the wrong mattress can still leave me in rough shape. Like, hard to get through the day, and I say that as kind of a glutton for punishment TBH.
I'm active, just slightly overweight (beer and pizza, shit goes hard), but I have a couple muscle spasms from old injuries that'll probably never truly be gone entirely.
I'm also a pretty frugal individual, but a decent (for my needs) mattress is non negotiable for me. Legit can't have a normal life with one that works poorly. Just gets worse and worse night after night, no matter what I do, till I can't walk or stand really. Takes like a week or two at max, but I can speed run it too sometimes lol.
We just have a basic Leesa (no idea if they're still around), pretty straightforward latex foam dealie. Think it was around $1k, maybe 7 years ago. Zero issues, sleep like a dream on it, holding up great too. I don't know that it's a one size fits all situation, but it does seem to work great for my spine in particular.
Your mom's a bait!
Okay joke is played out, sorry I'm done
Ahem. This is the internet, surely you're aware of where you are?
What, you're just gonna...agree to disagree or something? Throwing out decades of tradition? What's next? Just gonna let someone be factually incorrect about something without a word of recrimination or even basic correction?!
You're headed down a dark path.
I really credit my present strength with Python, in at least a small part, to PyCharm. Really a great IDE for Python projects. It irritates me, if anything, how much more flexible VSCode can be for non-Python stuff. I end up using VSCode.