I think that python is sufficiently different from javascript that you'll need to provide your own documentation beyond explaining the transformation.
Coffeescript is mostly just javascript shorthand; Python on the otherhand has language features with no javascript equivalent (I'm thinking keyword arguments, generator functions, classes, and especially super() here)
That being said, I think to make this project really work you're going to be responsible for documenting the dom, and providing support for libraries like jQuery.
Coffeescript is mostly just javascript shorthand; Python on the otherhand has language features with no javascript equivalent (I'm thinking keyword arguments, generator functions, classes, and especially super() here)
That being said, I think to make this project really work you're going to be responsible for documenting the dom, and providing support for libraries like jQuery.