Re: Writing a python editor for blind developers

2015-07-06 Thread Terry Reedy
On 7/6/2015 4:42 AM, Joseph Lee wrote: Some people were looking at making IDLE itself accessible to no avail (the way IDLE displays its output is such that it makes it hard for screen readers to use their display parsing techniques to tell a programmer what's on screen). Idle itself is not the

Re: Writing a python editor for blind developers

2015-07-06 Thread Oscar Benjamin
Hi Germano, You may want to use the jedi package which you can find at this link: https://pypi.python.org/pypi/jedi/ I'm not personally involved with the jedi package but I use it within my own editor Vim and my understanding is that it should be useful for Python autocompletion support in any ID

Re: Writing a python editor for blind developers

2015-07-06 Thread Jacob Kruger
Germano, answering email at top of mail, since think that's the preferred method for some of us. I am also a 100% blind developer, and python is also one of my focus areas. While don't think can really help with this part of development as of yet, I would be more than willing to help with feedba

RE: Writing a python editor for blind developers

2015-07-06 Thread Joseph Lee
Hi Germano and others, First, sorry for this abrupt post without an intro (I'll write a more proper intro next time) and a possible repeat message. Second, as a blind developer and a regular contributor to a Python-based screen reader, I can say that many of us (blind devs) use IDE's nor Python-spe