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
ll Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." - Original Message - From: "germano carella" To: Sent: Sunday, July 05, 2015 11:55 AM Subject: Writing a python editor for blind developers H

RE: Writing a python editor for blind developers

2015-07-06 Thread Joseph Lee
ons, braille display input/output and touchscreen support. Cheers, Josep -Original Message- From: Python-list [mailto:python-list-bounces+joseph.lee22590=gmail@python.org] On Behalf Of germano carella Sent: Sunday, July 5, 2015 2:56 AM To: python-list@python.org Subject: Writing a pyt

Writing a python editor for blind developers

2015-07-06 Thread germano carella
Hi to all, I'm new of this list. I'm Germano from Italy. I'm 39 and I'm a blind developer. I'm writing a python editor accessible to screen readers, with autocompletion support. So, when I write something, a context menu displays all option I can use. To do this, I'm using inspect module and pkg