Python logging tutorial | Pingbacks
This is the easiest-to-follow of the various Python logging guides/posts/docs that I’ve seen: Python logging tutorial | Pingbacks.
This is the easiest-to-follow of the various Python logging guides/posts/docs that I’ve seen: Python logging tutorial | Pingbacks.
I’m not sure how I missed this post by Jacob Kaplan-Moss, where he’s throwing the kind of REST question out there that has, in the past kept me thinking for hours: It seems like URIs like /people/{my-uid}/photos and /people/{my-uid}/photos/{photo-id} are more “pure.” … Continue reading
Actually, mime-type is always important to set, but usually your webserver is smart and you don’t even notice. Anyway, I was having some headaches at work with really poor video performance on certain browsers and devices for videos we hosted in … Continue reading
As many Python folks have discovered, upgrading to Snow Leopard can cause some pain for development. For the most part, this involves reinstalling a bunch of things (macports, python itself and whatever python packages you use). This has been a … Continue reading
There was a brief mention at the web framework battle royale at sxsw (twitter: #frameworkbattleroyale ) about Java and Enterprise environments and I was reminded of an old peeve of mine: the old enterprise vs. “cool” webby frameworks battle. I … Continue reading
I’m sold on trying out Scala, after seeing James Strachan state: I’m very impressed with it! I can honestly say if someone had shown me the Programming Scala book by by Martin Odersky, Lex Spoon & Bill Venners back in … Continue reading