[Tutor] Python Fonts?
D-Man
dsh8290@rit.edu
Sun, 15 Jul 2001 18:51:14 -0400
On Sun, Jul 15, 2001 at 11:53:26AM -0700, ELN STAFF wrote:
| Hi!
|
| What is the easiest way to facilitate italic, bold and
| underline font styles (for the command line) in
| python?
Umm, write your own using ncurses or something? The commandline
doesn't have fancy formatting. That is usually found with programming
editors such as gvim (www.vim.org). With gvim I get all sorts of nice
syntax highlighting, but I edit a file which must be run by the
interpreter, rather than an interactive session.
HTH,
-D