Py Editor MAC USER MANUALpythoneditor.io ↗ · Version 27.0.3 (33)

Learn Python and get help

Use the lessons, examples and book that ship with the app, open the manual, and send a report when something goes wrong.

Find the material you need

Click Learn, the graduation-cap button on the left rail. The panel has three groups; use each group's disclosure control to expand or collapse it.

Group Contents
Python Basics Six lessons: output and variables, conditions, loops, functions, collections, files and errors.
Using Py Editor Short guides: Create or Open a Project, Find and Edit Files, Run a Python File, Use the Python Console, Install Py Editor Helper, Install Python Packages, Configure the Project. Each opens the panel it describes.
Example Scripts Single-file scripts such as Getting Started, Numpy Basics, Pandas DataFrames, Web Requests, Web Scraping, Installing Packages, REPL Interactive and Interactive Input.

These lessons and scripts are separate from the complete starter projects, which you open from the launcher.

Open and run an example script

  1. Open a project whose environment has the packages the example imports.
  2. Expand Example Scripts in Learn.
  3. Select an example. It opens in an editor tab.
  4. Read the script before running it: some examples contact network services or change an environment.
  5. Check that the run configuration is Current Selected File.
  6. Click the run button in the toolbar and read the output in Run.

The Learn panel with an example script open and its output in RunOpen the screenshot to view it at full size.

Learn opens an editable copy. That tab is not necessarily a file inside the current project, so check the path before saving it.

Track your progress through the lessons

  1. Open a lesson from Python Basics and work through it.
  2. Choose Mark complete. The group's count increases and the button becomes Mark incomplete.
  3. Choose Mark incomplete to reverse it.
  4. Choose Continue to return to the current lesson.

Opening a lesson does not mark it complete.

Read the Python book

  1. Click Open the Python book in the Learn panel's header, or open Application Settings → General → Learn and click Open.
  2. Scroll the chapter index on the left of the separate Learn window.
  3. Select a chapter to load its text on the right.
  4. Close the window to return to the workspace.

The book is general Python material. For this app's interpreter modes and environments, use How projects, environments and saving work.

Open the user manual

Choose Help → Py Editor Help (⌘?). The manual opens in your browser.

Send a report about a problem

Note the app version and build, how you installed it, the project operation involved, the interpreter mode, and the steps that reproduce the problem. Say what you expected and what happened instead, and use a small example that contains nothing private.

  1. Choose Help → Send Product Feedback…. The Product Feedback button in the right rail and Application Settings → Feedback & Support → Open Feedback… open the same window.
  2. Click in the message area of New Feedback and write your report.
  3. Click Add attachment and choose Choose Files to attach a file or log.
  4. Check the message and any attachment for API keys, account names, personal paths and private source.
  5. Click Send.

The New Feedback window with a report written in the message areaOpen the screenshot to view it at full size.

Send stays disabled until the message has text.

Account, billing and purchase questions

Open Application Settings → Feedback & Support and click Open Support Website. The same page has Remove My Usage Data, which deletes the analytics and feedback data held for you and turns analytics off.