[Tutor] trying to learn python

Sean 'Shaleh' Perry shaleh@valinux.com
Tue, 11 Jul 2000 01:28:48 -0700


On Tue, Jul 11, 2000 at 01:03:53AM -0400, Steven Gilmore wrote:
> 
> Another issue of mine is I have to use dictation software (DragonDictate).
> Does anybody know of any sources of information on programming by voice?
>

An issue you will have to deal with is Python's grammar is based on whitespace.
This means that:

if foo:
  something
different

the different is not under the else.  So, the software would have to allow you
control of where the code goes or really understand python.