In September 2023, Microsoft revealed it was launching a Python Editor add-in program for its Excel spreadsheet app in Windows. The optional and experimental add-in came from its Excel Labs division.
Every software needs an editor to write code on. Every developer, irrespective of their experience, prefers a code editor where they write the code. Some editors support only one or two languages.
Since indentation is so important in Python, are there any particular editors that are better (in some way) at helping you keep indentation straight? I notice that gedit is mentioned on the python ...