From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- .../source/text/sbasic/python/python_ide.xhp | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 helpcontent2/source/text/sbasic/python/python_ide.xhp (limited to 'helpcontent2/source/text/sbasic/python/python_ide.xhp') diff --git a/helpcontent2/source/text/sbasic/python/python_ide.xhp b/helpcontent2/source/text/sbasic/python/python_ide.xhp new file mode 100644 index 000000000..e6d715630 --- /dev/null +++ b/helpcontent2/source/text/sbasic/python/python_ide.xhp @@ -0,0 +1,36 @@ + + + + + + IDE for Python + /text/sbasic/python/python_ide.xhp + + + +
+ + + APSO + Alternative Python Scripts Organizer + python;IDE - integrated development environment + python;editor + +

Setting up an Integrated Development Environment (IDE) for Python

+ Writing Python macros requires extra configuration steps to set an IDE of choice. +
+ Unlike Basic language macros development in %PRODUCTNAME, developing Python scripts for %PRODUCTNAME requires to configure an external Integrated Development Environment (IDE). Multiple IDEs are available that range from beginners to advanced Python coders. While using a Python IDE programmers benefit from numerous features such as syntax highlighting, code folding, class browsing, code completion, coding standard enforcement, test driven development, debugging, version control and many more. You can refer to Designing & Developing Python Applications on the Wiki for more in-depth information about the setup of a bridge between your IDE and a running instance %PRODUCTNAME. +

The APSO Extension

+ The Alternative Python Script Organizer (APSO) extension eases the edition of Python scripts, in particular when embedded in a document. Using APSO you can configure your preferred source code editor, start the integrated Python shell and debug Python scripts. Extensions exist that help inspect arbitrary UNO objects, refer to Designing & Developing Python Applications for additional details on such extensions. +
+ +
+ +
\ No newline at end of file -- cgit v1.2.3