Tools Preparation

Get QPYcom

To develop with QuecPython, you need a specialized development and debugging tool — QPYcom. This tool is used for debugging code, analyzing logs, transferring files, downloading firmware, merging firmware, and more.

QPYcom is a one-stop debugging tool for QuecPython development.

Note: This tool does not need to be installed. Just unzip and use it.

Install VSCode Extension

When editing Python codes, you will use an IDE that is either dedicated to Python or compatible with multiple languages, which can significantly improve development efficiency. Here, we recommend VSCode.

For VScode, QuecPython has launched a dedicated extension to implement code hints, code completion, and serial port debugging. The installation method is shown below.

  • In VSCode, click the extension marketplace in the sidebar. In the extension marketplace, search for "QuecPython" and download the extension based on the search result.

  • You can also search for "QuecPython" in the VSCode Extension Marketplace. After downloading the extension based on the search result, VSCode will automatically be opened and installed.