473,806 Members | 2,321 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

help with Python Environment For Blind User

Hello,
I'm a blind non-programmer trying to learn Python.
I've got python 2.3 for windows, but the problem is that Idle doesn't seem
to work two well with my screen reading program.
Is notepad, then, my only other real choice? Pythonwin worked similarly
badly.
The problem is my programs inability to track the cursor. It doesn't tell
me what line I'm on, where I am in that line, or what I just deleted. It
would do this in a normal editor.
Any help with this would be appreciated.
Zack
Jul 18 '05 #1
4 1988
Zachary" <vz******@veriz on.net> wrote:
I'm a blind non-programmer trying to learn Python.
I've got python 2.3 for windows, but the problem is that Idle doesn't seem
to work two well with my screen reading program.
Is notepad, then, my only other real choice? Pythonwin worked similarly
badly.
The problem is my programs inability to track the cursor. It doesn't tell
me what line I'm on, where I am in that line, or what I just deleted. It
would do this in a normal editor.
Any help with this would be appreciated.


Idle provides an editor and an interactive commandline. Maybe you end
up in the commandline while expecting to be in the editor? Pythonwin
has a similar setup.

I vaguely remember being puzzled by this too when I first met Python a
long time ago. Later I had another problem in that I didn't know how
to "run" a Python script. For some time I tried to use MsDos batch
files to call the scripts from. In the end things settled down and I
became comfortable with the tools.

At the moment my setup includes a lot of tools that aren't standard,
some tools were written by me, using Python!

Using my eyes to read from the screen and already being a programmer
when I started with Python it's a bit hard to anticipate your
specific situation.

Don't give up to soon. There seems to be one obvious way to do things
with Python, but in my case the interpretation of what is obvious
changes fairly often, for the better I hope :-)

Anton
Jul 18 '05 #2
I had a blind friend who swore by vim. It integrated well with his text
to speech converter as well as his braille terminal, and provided him lots
of facilities to figure out where exactly he was in a file.

In fact, poking around in the source, I see that there's several files
related to braille encodings and terminals.

Look into it. vim can be hard to learn at first, but it may pay off for
you in the end. It's a very powerful program, and could make many tools
easier for you to use.

Sam Walters
Jul 18 '05 #3
"Zachary" <vz******@veriz on.net> writes:
I'm a blind non-programmer trying to learn Python.
I've got python 2.3 for windows, but the problem is that Idle doesn't seem
to work two well with my screen reading program.
Is notepad, then, my only other real choice? Pythonwin worked similarly
badly.
The problem is my programs inability to track the cursor. It doesn't tell
me what line I'm on, where I am in that line, or what I just deleted. It
would do this in a normal editor.
Any help with this would be appreciated.


There have been several threads on this in the past:

http://www.google.com/groups?as_q=bl...=&num=30&hl=en
Including one from T. V. Raman, author of emacspeak, revealing that
emacs / python-mode works for blind users (emacs is vi's enemy in the
endless emacs-vi editor war ;-).

Whichever editor you choose (toss a coin), be prepared for a struggle:
editors like vi and emacs are an *entirely* different species to
something like notepad. It's certainly worth it in the end.
John
Jul 18 '05 #4
Forgot to include the tinyURL for that URL I posted:

http://tinyurl.com/28pod
John
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
2283
by: Jacek Generowicz | last post by:
Where can I find concise, clear documentation describing what one has to do in order to enable Python's internal help to be able to provide descriptions of Python keywords ? I am in a situation where I have to give Python novices the ability to fix this for themselves easily. Failing "concise" and "clear", how about "complete and correct" ?
17
2003
by: mike | last post by:
hi all - i'm fairly new to python, coming from a java servlet / velocity template background. i'm looking for a good python web development tool, and hope to find some suggestions here. given my background, webware+cheetah feels comfortingly familiar, and i'm leaning toward it. before i dive in, though, i'm wondering what you experienced users think about it, compared to the other tools that are
22
1887
by: Rich | last post by:
I am trying to create a site that will re-direct a user based on their OS. For this site I will need to send NT4 and 95 users to site A and 2000/XP users to site B. All others should be directed to site B. Thanks in advance. Rich
53
4396
by: Michael Tobis | last post by:
Someone asked me to write a brief essay regarding the value-add proposition for Python in the Fortran community. Slightly modified to remove a few climatology-related specifics, here it is. I would welcome comments and corrections, and would be happy to contribute some version of this to the Python website if it is of interest. ===
122
7458
by: Edward Diener No Spam | last post by:
The definition of a component model I use below is a class which allows properties, methods, and events in a structured way which can be recognized, usually through some form of introspection outside of that class. This structured way allows visual tools to host components, and allows programmers to build applications and libraries visually in a RAD environment. The Java language has JavaBeans as its component model which allows Java...
15
2968
by: John Nagle | last post by:
I've been installing Python and its supporting packages on a dedicated server with Fedora Core 6 for about a day now. This is a standard dedicated rackmount server in a colocation facility, controlled via Plesk control panel, and turned over to me with Fedora Core 6 in an empty state. This is the standard way you get a server in a colo today. Bringing Python up in this completely clean environment is a huge hassle, and it doesn't...
2
2170
by: Henry Hollenberg | last post by:
Hello, I have written a script that uses environment variables set during a particular users login in ".bash_profile" and ".profile". I have changed to that users uid and gid in my python script using: import os os.setegid os.setgid
22
2951
by: Dan Rumney | last post by:
Hi all, I've been writing Javascript for quite a while now and have, of late, been writing quite a lot of AJAX and AJAX-related code. In the main, my dynamically generated pages are created using Perl on the backend, with Javascript providing limited frontend functionality. As an example, an expanding tree would be fully populated on the server-side and then presented to the browser, with Javascript and CSS being used to vary the...
4
7570
by: Stephen Cattaneo | last post by:
Hello all, I am attempting to execute an automated test (written in Python) via cron. I have to check the HOSTNAME variable as part of the test, oddly under cron the HOSTNAME environment variable is not in the os.environ dictionary. I know that cron runs in a subshell that does not have all of the normally set environment variables. HOSTNAME is not one of those variables, it is set even in cron's subshell. Why doesn't python get...
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9597
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10618
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10366
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10371
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10110
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9187
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.