Translations:Python Development Environment/8/en

From FreeCAD Documentation

A summary of the status of these tools within FreeCAD is ('N/A' meaning 'Not Available'):

source code editor
a variety of editors are available for the platforms supported by FreeCAD, discussed below
build automation tools
N/A
debugger
planned but not available yet, there are some work-arounds discussed below
intelligent code completion
there is some available through the Python console but that is all
integrated compiler, interpreter, or both
the Python compiler is integrated with the Python console but not with the editors
version control system
N/A - there is only one version of the file
Graphical User Interface (GUI) construction
what is available is basic and based on copy/paste of code (see PySide)
class browser
N/A
object browser
N/A
class hierarchy diagram
N/A