Projects with multiple scripts, data files, images, and other resources.
Summary
A programming workspace that fits in your pocket.
Console, interactive input, and results without leaving the application.
Visible variables and errors for clearer learning and debugging.
Product in use
From project to result without leaving the phone.
Problem
Programming on a phone often feels like a limited version of real work.
Mobile options usually handle isolated exercises or depend on external services, making multi-file projects difficult to continue.
Solution
Treat the phone as a workspace, not only as a console.
PixelPy combines editing, organization, execution, and debugging in an experience adapted to mobile keyboards and touch screens.
Product decisions
Desktop-level capability adapted to a phone's constraints.
Core principle
The project is the unit of work
PixelPy does not reduce Python to a box for running snippets. Each space brings together files, resources, versions, console, and context.
Interaction
Designed for mobile keyboards
Direct controls, autocomplete, and search reduce the friction of writing code on a small screen.
Continuity
Return exactly where you stopped
Automatic saving preserves the project, file, tab, and cursor position.
Privacy
Local by default
Code remains on the device and Internet is only used when the user's script requests it.
Learning
Adapting does not mean simplifying until the product loses utility.
The opportunity was to preserve projects, resources, versions, and debugging while redesigning access for a touch screen.
Result
A stable first version for working with Python on Android.
PixelPy supports project import and export, common file formats, and session recovery as a foundation for mobile learning and work.