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
Baca Juga
- Pyqt5 Cannot Update Progress Bar From Thread And Received The Error "cannot Create Children For A Parent That Is In A Different Thread"
- Python Idle Compatible With Multithreading?
- Can't Run Idle With Pyenv Installation: `python May Not Be Configured For Tk` `modulenotfounderror: No Module Named _tkinter'
Post a Comment for "Python Idle Syntax Coloring (highlighting) Of Print Inconsistent?"