Alternative decorator syntax decision

Istvan Albert ialbert at mailblocks.com
Fri Aug 20 09:52:15 EDT 2004


John Crichton wrote:

> Surely any English language keyword that gives a meaningful hint as to
> its purpose within a program has to be more readable than an arbitrary
> '@' symbol?

so what is more 'readable'

x[1:10]

or

x[from 1 to 10 ]



More information about the Python-list mailing list