15,091
edits
Changes
From Gramps
→Install a text editor: merge list
{{man tip|Whichever editor you use|Make sure that it is set up so that the indent level is 4 spaces. Do not use the Tab character to indent.}}
The following list of text editors are in alphabetic order. Choose the one you like to work with. If you have a favourite text Editor and want to add it to the list and describe how to set it up here.
=== Eclipse + PyDev ===
[http://scribes.sourceforge.net/ Scribes] is a text editor written in python and Gtk, that uniquely blends simplicity with well researched powerful functions.
[https://kate-editor.org/ Kate] works well as a general editor for Python. It also recognizes key words of Python and marks them in colours. Kate is a Linux KDE desktop program. Of course, it also works on gnome installations.
'''Idle''' is a handy simple editor that takes advantage of the interpreter features of Python. Often Idle comes with Python packages. Idle works well in Linux and other OS's, including the "dominant OS". If you install Windows version of Python, you will probably install from the same package Idle. One feature of Idle tends to confuse newcomers: Idle main window is NOT used for program writing, but for displaying the results. Notice that there is a Python tutorial, automagically installed with Idle on a Windows box. It is worth noting that the Tutorial gives quite extensive introduction into Python and is authored by the originator of Python: Guido van Rossum.