Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Scientific code in the Python ecosystem is horrible in general. Architecture astronauts, stack overflows from recursion, bloat, truncating int64 in casts to double, version incompatible mess due to the latest features at all costs. I have seen it all. They treat Python as if it were a sound language with the guarantees of Haskell.


Are there good examples (established libraries or projects) of scientific code in Python? And more broadly, would you have examples of what good scientific code could/does look like?

Not being facetious! I’m genuinely curious and would love to learn more. Thanks


https://github.com/scverse/scanpy

This is incredibly popular in single cell analysis


The Scipy project is a good example, with code from many scientific domains.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: