convert unicode characters to visibly similar ascii characters

Ben Finney bignose+hates-spam at benfinney.id.au
Tue Jul 1 20:47:29 EDT 2008


Jim <jim.hefferon at gmail.com> writes:

> I don't like the spacing in [PEP 8], personally.

Nevertheless, your Python code will be much less effort to read by
others (and yourself in future) if it is written in conformance with
PEP 8.

Writing all your Python code to conform with that standard is the
simplest step you can take to ensure that your code won't cause other
Python programmers undue reading effort.

-- 
 \               “There's no excuse to be bored. Sad, yes. Angry, yes. |
  `\    Depressed, yes. Crazy, yes. But there's no excuse for boredom, |
_o__)                                          ever.” —Viggo Mortensen |
Ben Finney



More information about the Python-list mailing list