Changing Python code while a project is running

One of the benefits of using the Live Python block is that you can make changes to Python code while the project is running, without the need to recompile or redeploy.

Notes:

To change Python code while a project is running

  1. Double-click the Live Python block to open it.
  2. Double-click the Edit button to open the Python source code editor.
  3. Edit the code in the editor window, and then save the file.

See also

Introduction

Building a simple Python example in NWare

Debugging Python scripts

An example with multiple input devices

Building an example that processes both inputs and outputs