you are viewing a single comment's thread
view the rest of the comments
[–] 32 points 11 months ago (1 child)

Python is not the best at anything, but is the second best at almost everything. That's the reason I use it. Everything I need to do, I know I can do it in python, maybe isn't going to be the better or faster it could be, but it will work.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 11 months ago (1 child)

    Yeah, Python is fast enough. Being assembly-fast is just not that important for a lot of things.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 11 months ago*

    This. As a chemist I just need to do rather simple calculations, plots and sometimes use a package or two. My total yearly compute time is like 1 hour in python. Spending 5 years learning c, assembly, data science and what not just to reduce that to 1 minute is not really worth it.

  • source
  • parent