stuff 2

Andrew Coffman acoffman at san.rr.com
Tue Jul 25 01:40:47 EDT 2006


http://www.ferg.org/papers/debugging_in_python.html
python and vmware (interface)

using super():
super(class, instance).method()

class MyConfig(ConfigParser, object):
     def add_section(self, section)
          super(MyConfig, self).add_section(section)

effing the ineffable:
http://maverickphilosopher.powerblogs.com/posts/1124325868.shtml

Visual Exploration of Complex Networks
Visualizing large state spaces

evolving print masks
environments
crossover operators



More information about the Python-list mailing list