Python Idle Syntax Coloring (highlighting) Of Print Inconsistent?
Is Python IDLE consistent regarding syntax coloring (highlighting) of print? I tested using IDLE 2.7.2. Sometimes it recognizes as a keyword. Sometimes as built-in ( such as list()
Solution 1:
Without examples or screenshots there isn't really much we can do here, but if you really want great Syntax Highlighting and error detection I'd recommend using an IDE like PyCharm. It is not open source but it is the best Python IDE I've tried.
Solution 2:
This has been fixed: http://bugs.python.org/issue6528
Post a Comment for "Python Idle Syntax Coloring (highlighting) Of Print Inconsistent?"