Is there an easy way to control indents in Python
Chris Angelico
rosuav at gmail.com
Thu Oct 16 11:02:18 EDT 2014
More information about the Python-list mailing list
Thu Oct 16 11:02:18 EDT 2014
- Previous message (by thread): Is there an easy way to control indents in Python
- Next message (by thread): Is there an easy way to control indents in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Oct 17, 2014 at 1:08 AM, Simon Kennedy <sffjunkie at gmail.com> wrote: > On Wednesday, 15 October 2014 20:31:15 UTC+1, Ian wrote: >> I agree. I very rarely use blank lines inside functions. As I see it, >> if you feel you need a blank line for separation within a function, >> that's an indication your function is overly complex and should be >> broken up. > > Whereas I feel that if I wanted to write code which looked like that I'd have learnt/learned Perl ;-) I did learn Perl. That's why I now code in Python. ChrisA
- Previous message (by thread): Is there an easy way to control indents in Python
- Next message (by thread): Is there an easy way to control indents in Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list