Python Starter Product
A small, local Python workspace for iPhone, iPad, and Mac.
Core features
- Create, rename, duplicate, delete, and restore local Python projects;
- Edit one
main.pyfile with automatic saving; - Prepare standard input and view output, errors, and tracebacks;
- Work through four sections and twenty runnable beginner lessons; and
- Stop programs that exceed time or output limits.
Runtime
iPhone, iPad, and Mac use CPython 3.14 and its standard library bundled in the app. The app does not download an interpreter after installation and does not support arbitrary native third-party wheels or pip installation.
Projects and data
Projects, source code, preset input, run results, and course progress stay in the app sandbox on the current device. There is no account, cloud sync, or remote backup in the current release.
Requirements
iOS/iPadOS 17 or macOS 14 and later. Cold-start time and supported program size depend on device performance and available storage.
Python Starter is a learning and small-exercise tool. Compatibility with every Python package, system API, or production project is not guaranteed.