@@ -3,29 +3,8 @@ A disorganized collection of TODOs, bug reports, and friends' suggestions
33
44January/Feb 2010 (notes from initial release)
55
6- Ideas for programming tutorials
7- - Could do a track on more advanced Python concepts for people who are
8- already pretty comfortable with programming ... an intro to Python
9- for programmers
106
11-
12- Don't display boilerplate code when classes are being initialized
13-
14-
15- Rob Miller's suggestions for handling aliasing:
16-
17- '''
18- Incidentally, for the aliasing example, it might help if you strive to
19- have one object be the "official" one, in a sense, and make the aliases
20- to it look different. For example, the x list would be displayed
21- normally, but the y list might be displayed faded out (with a little
22- note that says "this is the same object as x above"). Mousing over the
23- x list or y list might highlight its aliases.
24-
25- That would reinforce the fact that there's only one object in memory.
26- We usually do that on the blackboard -- draw only one object, and have
27- arrows from x and y pointing to that single object.
28- '''
7+ Maybe don't display boilerplate code when classes are being initialized?
298
309
3110Hubert's suggestions for permalinks:
@@ -137,7 +116,7 @@ scroll to it. This page might help:
137116http://css-tricks.com/snippets/jquery/smooth-scrolling/
138117
139118(also auto-scroll the program's stdout output as well as the code
140- display!)
119+ display ... that one is easy --- always auto-scroll to BOTTOM !)
141120
142121---
1431222011-09-26
0 commit comments