2

I'm installing MMTK (Molecular Modeling tool Kit) and it requires scientific python.

What are the difference (if any) between "scientific python" and scipy? Is scientific python just the older version of SciPy?

It also requires "Numeric python", which now resolves to NumPy.

1

1 Answer 1

3

Given that MMTK comes from CNRS Orleans, "Scientific Python" is probably this library from the same institute. It's unrelated to SciPy, AFAIK.

"Numeric Python" is one of the predecessors of NumPy, which still offers a backwards compatible API.

Not the answer you're looking for? Browse other questions tagged or ask your own question.