Re: [tor-dev] Stem Tutorials

2013-03-19 Thread Damian Johnson
Hi Lunar, thanks for the feedback! > * I wonder if the use of the fancy functools.partial should not be >replaced by a two lines 'def'. YMMV. Hmm, I'm not sure which is more confusing: scoping rules of an inline function or bundling references via a partial. Personally I find the partial to

Re: [tor-dev] Stem Tutorials

2013-03-19 Thread Jérémy Bobbio
Damian Johnson: > Hi all. Stem is having its initial release later this month, and in > anticipation of it I've been expanding its tutorials... > > https://stem.torproject.org/tutorial.html > > Are there any rough spots in these tutorials? In Tortoise and the Hare: * I wonder if the use of the