https://en.wikipedia.org/wiki/NumPyHello, anybody know if python libraries includes stuff like the matlab toolboxes:
statistics and machine learning
signal processing
image processing
wavelets
differential equations
optimization
parallel computing
Thanks...
I searched for "braces python" and "strong typing python" but they both came back with no hitsTake the things you want and put " python" after it in google. Sorry if that's too technical an answer.

Take the things you want and put " python" after it in google. Sorry if that's too technical an answer.

I searched for "braces python" and "strong typing python" but they both came back with no hits![]()

If it was me I would google it, and for each one found, check if the library is on PyPi and when it was last updated/see how many people are involved with it on github. If it's a handful of people and the last update isn't in the last year probably I don't want to rely on it. If it's had check-ins by 200+ people and the last check-in was in the last week I can probably assume it's extremely well supported/current.Thanks much everyone, seems like lots of python fans....