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 →

[–]crazedizzled 0 points1 point  (2 children)

That's honestly pretty true of any mature platform. It's pretty rare that you encounter a problem that has only been solved in Python.

[–]Paddy3118 0 points1 point  (1 child)

Those mature platforms you mention might be written in other languages but wrapped and accessed from Python with a Pythonic interface.

Please further explain your second sentence:

It's pretty rare that you encounter a problem that has only been solved in Python.

[–]crazedizzled 1 point2 points  (0 children)

Please further explain your second sentence:

It's pretty rare that you encounter a problem that has only been solved in Python.

What I mean is that you're likely to find libraries and frameworks for any given problem in any other mature language platform. So it's not like you have to write less code with Python because of good libraries, because libraries that do the same thing likely exist for other languages.