Code editor and console
Syntax highlighting, code completion, and Markdown preview. Run scripts or enter Python directly in the console.
PYTHONA
Python 3.14 on your device, with a code editor, interactive console, notebooks, and scientific libraries.


FEATURES
Syntax highlighting, code completion, and Markdown preview. Run scripts or enter Python directly in the console.
Open and edit .ipynb files. Run code by cell and display charts, tables, and math inline.
Work with local files, iCloud Drive, and external folders. Manage code with built-in Git.
LIBRARIES
Built-in libraries for data analysis, plotting, machine learning, and computer vision.
Install additional pure-Python packages from PyPI with the built-in package manager.

PYTHON & AI
Python runs on your device. The console displays text, images, and plots.
Privacy policyfrom statistics import mean
samples = [12, 18, 24, 30]
average = mean(samples)
print(f"Average: {average}")Run scripts with libraries already on your device. External service calls still need a network connection.
Run models on supported devices. Download the model first; inference runs locally.
Connect your own AI provider to read and edit project files and run Python.
Python 3.14 for iPhone and iPad.