Re: Python Indentation Obligation...

  • From: "QuentinC" <quentinc@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sun, 12 Dec 2010 17:49:43 +0100

> I concur that the Python indentation is hard to deal, but at least for 
> writing the Python scripts, I developed a simple script for removing the 
> braces or whatever start/end markers is required to use for better 
> readability, with the corresponding indent level. It is very short and easy 
> for my initial Python scripting practises. If you would like, I will be glad 
> to send it along.

IN which language is your script ? I'm interested.
I found a python modification named pybrace. In fact, that's the type of thing 
I'm looking for, because a script so modified would have a syntax relatively 
close to other scripting languages (js, lua, ruby, etc.). The problem with the 
braces if not to confuse with dictionnaries...
I could perhaps adapt something to use with my 6pad editor. Thank you if you 
can send it to me.

> Moreover, I also found Python a very easy to pick, and very strong scripting 
> language.
I don't doubt about its capabilities, its popularity is a kind of proof. The 
only thing which stops me in going further is that indentation problem.

Other related posts: