neerashish schrieb:

Is there a good Python Syntax and mis-spelled variable and method name
checker available.

I have been programming in python for last 6 months and misspelled variables
and method names have been bane of my python life.
In complied languages, compiler checks for these mistakes. I come from Java
, C++ background.
I use komodo as editor on mac. I use python 2.4

Please suggest some good tool and utilities.

Try pylint, pychecker and the commercial version of pydev.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to