montyphyton wrote this on Thu, 31 May 2007 05:16:30 -0700. My reply
is below.
> I understand that there are a lot of code beautifiers out there, but
> i haven't seen one specially tailored for Python.
Consider PythonTidy:
o http://lacusveris.com/PythonTidy/PythonTidy.python
--
.. Chuck Rhode,
[EMAIL PROTECTED] schrieb:
> Some recent posts about Python programming style got me thinking.
> Since we have the PEP 8 which gives some guidelines about the style to
> be used, do we have any program that can check for violations of these
> guidelines within the source code? I understand that the