How to use Python well?
Cameron Simpson
cs at zip.com.au
Sat Feb 19 17:32:16 EST 2011
More information about the Python-list mailing list
Sat Feb 19 17:32:16 EST 2011
- Previous message (by thread): How to use Python well?
- Next message (by thread): How to use Python well?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 19Feb2011 09:10, Westley Mart�nez <anikom15 at gmail.com> wrote: | But you can't seriously say that authoring HTML is effective. Sure, | outputting HTML is fine, but as for writing the source, troff, docbook, | sphinx, even TeX, etc, is superior to HTML simply because HTML was | designed for web pages and those others were designed specifically for | documentation (not TeX, but that's another story). I hate writing HTML, | it's a pain in the neck. Chuckle. The basics of HTML (H1, H2, P, I etc) are Very Very closely based on the [nt]roff -mm macro set. Quite useable, actually, for the basics. The tag closing etc is a PITA, I agree. Of course, in nroff you'd be going: .H1 A Level One Heading paragraph blah blah ... No tedious closing tags there! CCheers, -- Cameron Simpson <cs at zip.com.au> DoD#743 http://www.cskk.ezoshosting.com/cs/ (about SSSCA) I don't say this lightly. However, I really think that the U.S. no longer is classifiable as a democracy, but rather as a plutocracy. - H. Peter Anvin <hpa at hera.kernel.org>
- Previous message (by thread): How to use Python well?
- Next message (by thread): How to use Python well?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list