Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86061

Re: Accessible tools

Date 2015-02-21 12:29 -0600
From Tim Chase <python.list@tim.thechases.com>
Subject Re: Accessible tools
References <479CFB67BB2640C09ADB16742A547172@JakesPC> <00DB5382-A26A-4157-898E-854C6C14CDF0@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.18979.1424543858.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 2015-02-21 10:21, Bryan Duarte wrote:
> those of us who rely on screen readers to interact with our
> computers have a few things we do, and tend to not do. 
[snip]

While my experience has shown most of your items to be true, I'd
contend that

>• Do not, have access to debugging tools.

is mistaken or at least misinformed.  For Python, I use the "pdb"
module all the time, and it's command-line driven.  Combined with a
multi-terminal (whether multiple windows, virtual consoles, or a
tmux/screen session), I can easily bounce back and forth between a
"pdb" debugging session and the source code to make edits.  Just to
check, I fired up the "yasr" terminal screen-reader, launched tmux
(using my quiet config, since it updates information on the screen
like the time on a regular basis, making it chatty), and stepped
through some Python code, checked variables, and walked up/down the
call-stack.  I know most other languages have similar functionality
such as gdb for C code.

-tkc




Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Accessible tools Tim Chase <python.list@tim.thechases.com> - 2015-02-21 12:29 -0600

csiph-web