Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Python (was Re: I did not inhale) Date: Thu, 22 Aug 2024 09:02:08 -0000 (UTC) Organization: A noiseless patient Spider Lines: 12 Message-ID: References: <20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org> <87il0lldf8.fsf@tudado.org> <20240815182717.189@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 22 Aug 2024 11:02:09 +0200 (CEST) Injection-Info: dont-email.me; posting-host="121cecafcfd9e311c6d841fd8b3330b2"; logging-data="415242"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+tSJpIyrNpqL8X+SBo6+/D" User-Agent: Pan/0.159 (Vovchansk; ) Cancel-Lock: sha1:cud0cbsjc738ki9NDfB3Bj61rgk= Bytes: 2313 On Thu, 22 Aug 2024 10:10:18 +0200, David Brown wrote: > I am a big fan of clear and consistent layout and indentation, which is > forced on you by Python (and Occam), but I too prefer explicit blocking. > It's harder to get things wrong with explicit blocking, and you are > never faced with space vs. tab conflicts causing semantic changes to the > code. Python prohibits those space/tab inconsistencies. Nevertheless, I don’t like the loss of redundancy in the way code structure is expressed, which is why I like to put in “#end” comments.