From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 4A1501EF69C; Sat, 26 Jul 2014 10:47:55 -0400 (EDT) Received: from server1.shellworld.net (shellworld.net [69.60.117.94]) by befuddled.reisers.ca (Postfix) with ESMTP id 2AE681EF516 for ; Sat, 26 Jul 2014 10:47:54 -0400 (EDT) Received: by server1.shellworld.net (Postfix, from userid 1024) id 59F9422957; Sat, 26 Jul 2014 10:47:45 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by server1.shellworld.net (Postfix) with ESMTP id 57F1D2294B for ; Sat, 26 Jul 2014 10:47:45 -0400 (EDT) Date: Sat, 26 Jul 2014 10:47:45 -0400 (EDT) From: Jude DaShiell To: speakup@linux-speakup.org Subject: python programming Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Sat, 26 Jul 2014 14:47:55 -0000 I'm studying python now and will be for some time to come. One unfortunate python requirement is the use of blank lines to end loops. I found substituting those blank lines with comments helps my readability when debugging. Since I use emacs to do my coding, hitting tab once puts me in the correct indentation location after going to a new line. I don't have pyindent installed, I'm not sure how useful that package will be and haen't yet done python customization for accessibility yet since I don't yet know what ought to be changed to improve accessibility for screen reader users running linux in a command line environment yet. Maybe google can find me information along these lines. jude