I found the ability to define a method on a slice/array to be less verbose than the equivalent inherit/delegation setup in Ruby, though I can't speak for Python.
http://nathany.com/goodI can't imagine a more concise syntax for automatic delegation than Go's embedding.