2018-10-12 07:15:02

i don't know of any ide for python, but i use notepad2 for editing my code.
some use notepad++

2018-10-12 08:09:37

Well there's IDLE which comes with python, but thats not accessible.  Another potential alternative is pythonwin, which comes with [pywin32], it seems to be a bit more screen reader friendly. You can actually configure Notepad++ though to run python scripts internally through its run command, as described [here].

-BrushTone v1.3.3: Accessible Paint Tool
-AudiMesh3D v1.0.0: Accessible 3D Model Viewer

2018-10-15 23:08:35

If you're looking for an accessible IDE then eclipse with PyDev is one of them.
About gui development:
unfortunately Kivy is not accessible, however PyQt is some what accessible, but its widgets still have some issues with screen readers, for now I say wxPython is the best one out there..
greetings.