I've now got my actual souvenir hard-copies of my two Packt books https://www.packtpub.com/application-development/mastering-object-oriented-python https://www.packtpub.com/hardware-and-creative/python-secret-agents So far, so good. I've got one more title in the works. After that, I think I'll have to take a small break and do some …
more ...http://www.oreilly.com/pub/e/3255 I'm a pretty good public speaker. But I've avoided webcasting and podcasting because it's kind of daunting. In a smaller venue, the audience members are right there, and you can tell if you're not making sense. In a webcast, the feedback will be …
more ...Old. But still interesting. Partial Function Application is not Currying It seems like hair-splitting. However, the distinction between bound variables and curried functions does have some practical implications. I'm looking closely at PyMonad and the built-in functools library. I'm finding some benefits in understanding functional programming and how to apply …
more ...Let's talk small. When writing API's, it sometimes helps to have a small demo web site to show the API in a context that's easy to visualize. API's are sometimes abstract, and without an application to provide some context, it can be unclear why the path looks like that or …
more ...Not sure what's going on here.
"Script I want to run" seemed clear. http://vispy.org/examples/basics/scene/surface_plot.html#sthash.kIzbd33O.dpuf
The rest seemed like ill-advised trips down numerous ratholes. In particular, anything that involved …
more ...def s0( samples ): return len(samples) # sum(x**0 for x in samples …more ...