On 8/02/21 6:59 am, Christopher Barker wrote:

I find myself reading entire files into memory and then processing
them, so as to avoid having to extra-indent all the processing code.

I don't know why some people seem to be so afraid of
indentation levels. Remember, you don't *have* to indent
by 4 spaces. I often write Python with 2-space indents,
which is quite readable and gives me twice as many
indentation levels to play with.

--
Greg
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/AN4PR6V5UT6BS24TK7TGKGNQ2LMKN4R2/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to