Re: Python Indentation Obligation...

  • From: "Littlefield, Tyler" <tyler@xxxxxxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Sun, 12 Dec 2010 10:41:20 -0700

I have to say, the whole indentation threw me for a bit, but a friend got me into python, and I love it. It does anything I want, and I'm getting better and better at expanding on it's possibilities. From quick scripts, to being the scripting language for my mud, I use it all the time.

On 12/12/2010 9:49 AM, QuentinC wrote:
> 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.


--

Thanks,
Ty

Other related posts: