Re: [Tutor] Indentation Issue and Blind People

2007-12-03 Thread Ricardo Aráoz
jim stockford wrote: > you might consider keeping your code at two > spaces and when/if the need arises to share > your code, write a little filter program that > translates the two-space indents to four. > very interesting idea to play piano notes. > how'd you do that? > Why not just use

Re: [Tutor] Indentation Issue and Blind People

2007-12-02 Thread Dave Kuhlman
On Fri, Nov 30, 2007 at 11:34:05AM -0800, jim stockford wrote: > > you might consider keeping your code at two > spaces and when/if the need arises to share > your code, write a little filter program that > translates the two-space indents to four. > very interesting idea to play piano not

Re: [Tutor] Indentation Issue and Blind People

2007-11-30 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > Hi, > I am just getting started with Python, as in learning the syntax for basic > statements and how to write functions and all. Here is my question. > Usually, if you are a person who is blind, you run the risk of having > trouble keeping your code indented properly. Th

Re: [Tutor] Indentation Issue and Blind People

2007-11-30 Thread jim stockford
you might consider keeping your code at two spaces and when/if the need arises to share your code, write a little filter program that translates the two-space indents to four. very interesting idea to play piano notes. how'd you do that? On Nov 30, 2007, at 10:58 AM, [EMAIL PROTECTED] wr

[Tutor] Indentation Issue and Blind People

2007-11-30 Thread james . homme
Hi, I am just getting started with Python, as in learning the syntax for basic statements and how to write functions and all. Here is my question. Usually, if you are a person who is blind, you run the risk of having trouble keeping your code indented properly. There are ways to do it, but they ar