Pythonista-Issues
Pythonista-Issues copied to clipboard
Issue tracker for Pythonista (iOS)
The [`scipy`](http://scipy.org) library is a scientific computing library for Python. It integrates nicely with [`numpy`](http://www.numpy.org), which is already included in Pythonista. Including `scipy` with Pythonista would mean we'd have all...
I'd love to see Pythonista include [numpy >= 1.10](https://docs.scipy.org/doc/numpy-1.10.0/release.html), mostly so I can use the `@` operator in code that I use on both Pythonista and on my computer.
This is in Python 3.6 on beta build 311008. ```python >>> import ctypes.util Traceback (most recent call last): File , line 1, in : # Source code unavailable File Pythonista3.app/Frameworks/Py3Kit.framework/pylib/ctypes/util.py,...
If/when Pythonista gets an upgrade to python >= 3.6, please include `bleak` (https://pypi.org/project/bleak/) to allow Mac/Windows/Linux python apps to also support iOS without having to specifically target Pythonista's `cb` module.
I’m a student in korea. I bought pythonista to lean python. However there is problem in writing korean. In korean language, there is a system called “batchim”. This is useful...
The built-in keyboard row for editing code is not visible. This seems to be a problem with iOS 14 but maybe someone else can confirm that. I am using a...
it is very slow ( 2 to 3 minutes ) to open icloud in pythonista after opening a python script in icloud, pythonista always crashes and cannot be opened without...
Hi, Pythonista doesn't block restricted websites from "content restrictions". So you can download any forbidden content with modules such as requests and others. **System Information** * Pythonista 3.3 (330025) *...
When I hit an error on one of my programs, a pop-up dialogue appeared and showed the error present. When I click on the info button (i), it showed a...