Forum Archive

[Module Request] SciPy

carlossless

Hi Guys,

I'm new here and I just recently bought Pythonista. I was really happy to find NumPy supported out of the box. However I do like to do some curve fitting once in a while and for that I really like the SciPy package. Knowing that includes some fortran and c code, I understand that using pipista is not an option here.

Therefore, I would like to ask the creator for Pythonista to include SciPy in some future update of the app.

Other suggestions on how to solve this in a another way are also welcome.

Thank you,
Karolis.

ccc

https://forum.omz-software.com/search/Scipy is a very popular request.

JonB

If you are just doing polynomial fits, you could use numpy polyfit. Similar linalg methods work for fits of linear combinations of nonlinear functions.

fferreres

Add me to the long list waiting for this

Webmaster4o

https://github.com/omz/Pythonista-Issues/issues/2

markus_kreitzer

I do a lot of discrete signal processing and neural networks and would LOVE scipy. I would also LOVE support for pcapy, dpkt, and Scapy although I suspect that they wont work because they require root permissions.