>
> My *very first* thought about this code is that it's really badly spaced.
> Don't put lines together so much! [https://gist.github.com/4383950] shows
> how much nicer things look when they're partitioned more. You may not
> agree, but it took about 10 seconds and I prefer it.
>
>

On another style note, you may want to take a look at this thread:

http://stackoverflow.com/questions/5611776/what-are-the-comprehensive-lint-checkers-for-python

Keeping your code style consistent and readable is a fundamental tenant of
Python development.

That link specifically points out PEP8:
http://www.python.org/dev/peps/pep-0008/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to