Py Editor MAC USER MANUALDeveloper ID · 27.0.2 (32)
REVIEWED EDITION · Developer ID 27.0.2 (32)

Get the manual's example files

Use these companion files to follow the editing, preview and testing exercises. They are separate from the projects included in Py Editor's launcher.

Download the manual examples ZIP

Extract the archive into a new folder and read README-download.txt. Do not replace an existing project or a file with unsaved changes. The archive contains fifteen example files plus the readme; it includes no interpreter, dependencies, credentials or internal review records.

Choose the files for your exercise

Preview documents

The preview folder contains HTML, SVG, local CSS/JavaScript and five notebooks. Open that extracted folder as a project, then follow document previews. This is the “documentation example folder” named in that chapter. Saved notebook outputs are not evidence of code execution; the separate HTML exercise runs local JavaScript.

Keep vision-interactive.html, vision-interactive.css, vision-interactive.js and vision-patterns.svg together. The interactive HTML exercise loads those neighboring files and runs a local click handler; it does not call a service, run Python or save its counter. See Try a local interactive page.

Python exercises

Find these files in the ai-inspection folder:

  • dataset_plan.py: copy its contents into a new project's main.py for the first-project walkthrough. It prints a plan, not generated images.
  • editing_notes.py: use a separate copy for the editing exercises.
  • run_progress.py: use for Run and Stop and the Profiler interruption exercise. It deliberately pauses between messages.
  • inspect_class.py: copy beside data.py in your prepared AI Vision Lab project for the interactive class inspector. It is not a standalone dependency-free script.
  • test_manual_dataset.py: copy beside data.py in AI Vision Lab for the mixed-suite test exercise. The download contains the corrected expectation.

AI Vision Lab and Mac Desktop Studio themselves come from the app's launcher; they are not duplicated in this archive. See Helper and project environments before running examples that need native packages.

The files match the manual's review inputs. Follow each chapter's steps and limitations; downloading a file does not execute it, install its dependencies, or establish that an untested feature works.