python3_ios
python3_ios copied to clipboard
pandas support
That would be interesting.
I just did it on this project: https://github.com/ColdGrub1384/Pyto. Compiling the Pandas master branch as iOS dynamic libraries and loading them with dlopen worked. To be acceptable on the App Store, .so files should be inside frameworks with Info.plist files. It was not soooo complicated as @omz said.
Too much complicated, mostly, but I think I'll get to it eventually.