2018-12-29 18:10:14

Hi everyone I am  newbie in programming.
I have just started to learn python.
I listened that it is easy to learn as well as popular screenreader NVDA is also made from python.
but, unfortunately I didn't get any accessible IDE for python.
so, I am in search of accessible IDE for python.
can any one help?
I am using NVDA screen reader

thanks and regards.
Krantikari
visit my Youtube channel for technical related stuff

2018-12-29 20:13:14

I don't want to be a dick, but is the IDE essential for you?
You could easily go with notepad and CMD.

Paul

2018-12-29 21:24:58

i believe there are a few, but to be honest i might just be thinking of libraries. There is one around that is, but god I can't remember the name. I wanna say pygame but pretty sure that's actually a library, lol. You'd probably be better to go with commandline or termonal on mac anyway, a lot simpler.

I am the blind jedi, I use the force to see. I am the only blind jedi.

2018-12-29 22:39:25

pygame is a library yes.
I have no clue if pycharm though is accessible.

Paul

2018-12-30 01:20:08

I don't think it is either, but worth a shot

I am the blind jedi, I use the force to see. I am the only blind jedi.

2018-12-30 05:01:43

I think Notepad++ can be configured to quickly excecute python scripts. Another one is PythonWin which comes with Pywin32, in tests with NVDA it seemed to detect the console and script windows, but seemed a bit janky. Other than those, as others have pointed out its fairly easy to just use a simple text editor and run your scripts on the command line, like "python yourscript.py".

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

2018-12-30 05:20:57

I don't use an IDE, I used to write my python code in a text editor, and run my code from the command line.

2018-12-30 14:34:02

To answer the original question.
If you really, really want an ide, there's Eclipse. Eclipse is an ide originally made for java but later the made a version for python two.
http://www.pydev.org/
and there exists many tutorials for how to configurate eclipse to run python.
Hope this helps smile

If you like what I do, Feel free to check me out on GitHub, or follow me on Twitter