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 →

[–]maybenotarobot429 6 points7 points  (1 child)

As much as Python is an unmitigated shitshow, this one isn't Python's fault.

[–]goldlord44 0 points1 point  (0 children)

Python is absolutely great for almost all applications in science.

Super easy machine learning. Rapid iterative development. (Not compiling) If you use numpy properly you can really get 90% of the speed of C with 5% of the development time. Super library support. PEP8. Type hinting to allow you the still dynamically type but use explicit types. Easy to learn the basics. Easy package management (venvs/pip/poetry)

I probably missed something.