Wound up here: "A Place to Hang Your Hat" and the #LABHR hash tag.
H/T to this post: "Building a Hat Rack."
This is a huge idea. I follow some folks from the Code For America group. The +Mark Headd Twitter feed (@mheadd) is particularly helpful for understanding this …
more ...New from Packt Publishing: Functional Python Programming. Also here on Amazon. The fun part is covering generator functions, iterators, and higher-order functions in some real depth. There's a lot of powerful programming techniques available. What's challenging is reconciling Python's approach to FP with languages that are purely functional like Haskell …
more ...The context is an ongoing question about optimization -- not my strong suit -- and the SciPy algorithms for this. See Scipy.optimization.anneal Problems for some additional confusion over simple things.
The new quote is this:
However, firing up Python, NumPy, SciPy and figuring out which solver to use is not …more ...
Read this: The Most Diabolical Python Antipattern. Now you've been told. You no longer have any excuses. [Link fixed.]
more ...Three terms that seem to cause confusion: Idempotence, Hysteresis and Deterministic. The subject came up during my webcast on the Five Kinds of Python Functions. We can use all three terms to describe a function. Two of them are relevant to common design questions in software. The third is a …
more ...There are times when a "micro framework" is actually useful. I wasn't easily convinced that this could be true. Big framework or die trying. Right? Maybe not so right. My primary example of a micro framework's value is a quick demo site to show how some API's are going to …
more ...Be there: http://www.oreilly.com/pub/e/3255
Of course, I've got too many slides. 58 slides for a 60 minute presentation. That's really about 2 hours of material. Unless people have questions, then it's a half-day seminar.
Seriously.
I think I've gone waaaay too far on this. But …
more ...In the forthcoming Functional Python Programming (https://www.packtpub.com/application-development/functional-python-programming) I was pressured by one of the technical reviewers to create a better example of composite function creation with decorators.
This was a difficult request. First, of course, "better" is poorly defined. More importantly, the example in the …
more ...See http://www.pythonchallenge.com
Addicting. For folks (like me) who like this kind of thing. For others, perhaps just dumb. Or infuriating.
Years ago -- many, many years ago -- I vaguely remember a similar game with a name like "insanity" or something like that. Now there's http://www.notpron.com …
more ...