I'd like to use "semantic indentation"

Paul Rubin no.email at nospam.invalid
Sat Sep 30 14:42:12 EDT 2017


ram at zedat.fu-berlin.de (Stefan Ram) writes:
>   I would like to write source code similar to:
> country( 'USA' )
>   state( 'Alabama' )

Aside from the workaround that I mentioned, this looks more like data
than code.  Maybe you really want to create a nested structure
(dictionaries, JSON, XML or whatever) and traverse it.



More information about the Python-list mailing list