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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to