This is the first half of a two-part blog post that is motivated-by and mostly "about" two software ecosystems I've been poking around at recently. The first (and subject of this post) is I'll roughly call "interactive scientific Python", which includes primarily
SciPy/
SymPy/
NumPy,
IPython, and
Sage; the second (subject of next post) is a new
(
Read more... )
Comments 2
And there are other artificial distinctions, such as glue layers you have to construct simply because you're using a library written in some other, maybe more popular language. Sage mostly consists of that, as you mentioned, but there are other examples. These days, if you try to actually use Rust or Go as a systems language, you'll likely end up having to do that, because the existing packages are all in C/C++.
Reply
Reply
Leave a comment