Kuhlman's tutorials pretty good

gabor gabor at z10n.net
Fri Apr 16 04:33:54 EDT 2004


On Thu, 2004-04-15 at 21:12, Dave Kuhlman wrote:
> Fred Ma wrote:
> 
> [snip]
> 
> >> However, in looking over 201, I see some scrambling of source
> >> code examples, vs. surrounding text, e.g. when he's getting into
> >> regular expressions, some of the examples have nothing to do with
> >> the explanations that follow.
> >> Notably sections 2.2, 2.3, 2.4, 2.5.  2.6 is mostly OK except:
> >> 
> >> """
> >> Put together a new string with string concatenation from pieces
> >> of the original string and replacement values. You can use string
> >> slices to get the sub-strings of the original string. In our
> >> case, the following gets the start of the string, adds the first
> >> replacement, adds the middle of the original string, adds the
> >> second replacement, and finally, adds the last part of the
> >> original string:
> >> 
> >> lineDef = delimitedList(fieldDef)
> >> """
> > 
> > Yes, they seem rearranged.  I'm not sure what Dr. Kuhlman's time
> > is like, but his tutorials are very good, and thus of great value
> > to
> > Python newbies everywhere.  ;)
> 
> Whoa!  How did all that happen?  I believe I tried one too many
> fancy things in TeX/LaTeX, which is definitely not my native
> language.

hmmm..could you also put on the web the latex sources? (or a ps/pdf
version?)...

or if it is already there, i can't find it :(

gabor





More information about the Python-list mailing list