match braces?

Chris Rebert clp2 at rebertia.com
Thu Sep 3 05:43:03 EDT 2009


On Thu, Sep 3, 2009 at 2:38 AM, lallous<lallous at lgwm.org> wrote:
> Hello
>
> In C/C++ you use the braces where as in Python you use the indentation
> levels.
> Most editors offer a Ctrl+[ to match the braces so that you can easily
> identify the scopes (more correctly "statements blocks").
>
> I am finding it difficult to see blocks

Erm, how does the indentation itself not make it plainly and explicitly clear?
Perhaps you need to set your tabstops wider?

Cheers,
Chris



More information about the Python-list mailing list