python - Color-coded syntax in terminal -
currently, terminal i'm using write python code monochrome gray on black, this , this example show can have color coded syntax well. can't identify in default settings indicates ability use color coded syntax in terminal. i'd use terminal window python interactive shell, color coded text must. how do so?
visual studio 2015 easier in regard, suppose because vscode isn't ide. having interactive shell work test new script.
the default console repl not have syntax highlighting. idle ide ships cpython has syntax-highlighting repl (interactive shell).
ipython 5 has syntax highlighting in repl:
Comments
Post a Comment