Python indentation

Brian Elmegaard brian at rk-speed-rugby.dk
Wed Jul 7 07:58:15 EDT 2004


"Sateesh" <ext-sateesh.kavuri at nokia.com> writes:

> I surely understand the importance of indentation, but as you see there are
> beautification tools that can be used to beautiy the C code. Also
> indentation is based upon ones style of coding, and I feel somewhat
> restricted when the language itself restricts someone to code in a
> particular way.

It is probably a matter of taste, but I don't like all the {} and ;
in c and the like. 

Indentation in python may be done as you like, just keep it aligned
in the same block.

-- 
Brian (remove the sport for mail)
http://www.et.dtu.dk/staff/be



More information about the Python-list mailing list