From: Bruce S. <Bru...@nc...> - 2007-02-23 14:09:40
|
Thanks! Updated. Bruce Sherwood Douglas S. Blank wrote: > A couple of typos etc: > > You refer to positions in mytup with mytup(1) which should be mytup[1]. > > Your html document doesn't have a TITLE section. > > Also, your class names have lowercase letters and your instance names have > uppercase letters. Maybe better to start out these Python newb's on the > right foot :) > > I think many experienced programmers might like ipython, too. Might be > worth mentioning. > > Thanks for the notes; I'll point people to it! > > -Doug > > On Thu, February 22, 2007 11:37 pm, Bruce Sherwood said: > >> From time to time I've seen colleagues with extensive programming >>experience but who are new to Python trip over some aspects of Python >>that are different and unexpected. In response I've written a note about >>what I perceive to be the most common traps and posted the note on the >>home page of vpython.org (labeled "Python for experienced programmers"). >> >>If you see some other issues that should be included in this summary, >>I'd be grateful to have them pointed out. >> >>And if you think this might be useful elsewhere within the Python >>community, feel free to point people to it or copy it to other places. >> >>Thanks. >> >>Bruce Sherwood > > > |