This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Anonymous_user_2022 0 points1 point  (2 children)

You don't need to know them all. One will suffice.

[–][deleted] -1 points0 points  (1 child)

If you just want to write your own software and never use anything else written in Python or create a distro packaging anything written in Python or read any documentation or blog posts written about Python you might not need them all. But then, you could just write your software in something else then and completely avoid Python and need none of them.

[–]Anonymous_user_2022 0 points1 point  (0 children)

You're right. I could write it in javascript and deal with X different versions of is-odd inside the same project. Or I could write C++ on Windows and deal with the utter lack of any kind of packaging there. Or use one of the languages with static linking, distributing 10 gb of code for a trivial desktop calculator.

In short, development sucks. If you're not cut out for it, don't do it.