So many things that need to be decided....

Nick Vargish nav+posts at bandersnatch.org
Thu May 5 15:37:33 EDT 2005


Mage <mage at mage.hu> writes:

> - identing with tabs

Indenting with tabs is pretty much frowned upon in Python, as Guido
relates in PEP 8:

http://www.python.org/peps/pep-0008.html

I guess it doesn't matter much if you are the only person who will
ever touch your code, and you never, ever, accidentally mix spaces and
tabs...

Nick

-- 
# sigmask  (lambda deprecation version) 20041028 || feed this to a python
print ''.join([chr(ord(x)-1) for x in 'Ojdl!Wbshjti!=ojdlAwbshjti/psh?'])



More information about the Python-list mailing list