From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id D628B1EF69C; Sun, 27 Jul 2014 06:10:57 -0400 (EDT) Received: from jdc.jasonjgw.net (jdc.jasonjgw.net [IPv6:2001:44b8:412f:6e00::2]) by befuddled.reisers.ca (Postfix) with ESMTPS id 474171EF69A for ; Sun, 27 Jul 2014 06:10:54 -0400 (EDT) Received: by jdc.jasonjgw.net (Postfix, from userid 1000) id 1290C18085799; Sun, 27 Jul 2014 20:10:28 +1000 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jasonjgw.net; s=mail; t=1406455828; bh=RQzVhBOpmVSZva5pX9XMrvv8Y8P/gI5EmcsXtJHo1BE=; h=Date:From:To:Subject:References:In-Reply-To; b=QcN2XIGug+DMyVQW0iPJLco77P18HYNWCuXXGJarQ5vNwrp1x18gkzfbgFzR4ZZGd ZIx7kykgUAeeRa6y1ygIeNFr+g+Z89YS26zzK4ZiLb5AjPeZ9Z3XdDPQAMbaWjP8Kz 6Or6b7sfDPeZXSsRKLlXdzHqPBRABI6m99WUF7/g= Date: Sun, 27 Jul 2014 20:10:28 +1000 From: Jason White To: speakup@linux-speakup.org Subject: Re: python programming Message-ID: <20140727101028.GA29489@jdc.jasonjgw.net> References: <87a97w81sf.fsf@mushroom.PK5001Z> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a97w81sf.fsf@mushroom.PK5001Z> User-Agent: Mutt/1.5.23 (2014-03-12) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 10:10:58 -0000 Chris Brannon wrote: > Jude DaShiell writes: > > > unfortunate python requirement is the use of blank lines to end loops. I > > found substituting those blank lines with comments helps my readability > > Yes, I've known a couple of blind Python programmers who add a comment > at the close of a block. > Blocks are also marked by indentation, which is part of Python's syntax, not a purely stylistic convention as it is in C, for instance. In Python and other code editing modes, Emacspeak reads the indentation of each line. I don't know whether Speakup can be configured to do this. Of course, a braille display is an invaluable tool for reading and editing any kind of text, including Python code.