Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93525 > unrolled thread
| Started by | "Jacob Kruger" <jacob@blindza.co.za> |
|---|---|
| First post | 2015-07-06 11:33 +0200 |
| Last post | 2015-07-06 11:33 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Writing a python editor for blind developers "Jacob Kruger" <jacob@blindza.co.za> - 2015-07-06 11:33 +0200
| From | "Jacob Kruger" <jacob@blindza.co.za> |
|---|---|
| Date | 2015-07-06 11:33 +0200 |
| Subject | Re: Writing a python editor for blind developers |
| Message-ID | <mailman.322.1436175602.3674.python-list@python.org> |
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 feedback, etc., and can also put you in touch with various other blind developers who do also work with python, etc. For example, AFAIK, the primary blind programmers mailing list is program-l@freelists.org, and besides me, there are a few other python developers on that list as well. Stay well Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." ----- Original Message ----- From: "germano carella" <germanocarella.list@gmail.com> To: <python-list@python.org> Sent: Sunday, July 05, 2015 11:55 AM Subject: Writing a python editor for blind developers > 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 pkgutil, and parsing docstring of > builtin functions 'cause inspect.getargspec doesn't work with builtins. > Now, when I instantiate a class, for example, I'd like to receive option > on methods when I write name. ... > I tired to use code.InteractiveConsole running in background. > In this way, I can run source code every time I press enter and > code.InteractiveConsole executes it in background. > The problem is when I'm writing a function: InteractiveConsole executes > it, but doesn't update her locals since I finish to write the function; so > I can't retrieve local variables. > There is an other way can you suggest me? > Thanks! > Germano > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to top | Article view | comp.lang.python
csiph-web