Skip navigation.

Archives

Blog Subscribers, Come To Me

Since I started this blog, my subscriber count keeps slowly increasing.  I'm still only at 231 subscribers, but the blog is also syndicated via Planet Python and testingReflections.

... I need more subscribers.  Go ahead and subscribe now!

A web 2.0 app for uploading and running remote Python code snippets?

I know I read about this on reddit within the last week or so… But I just can’t find it! My Google-fu is failing me! Grrrrr.There was a general upload text area form where you copy in your code snippet. You then select the language from a drop down, and click submit. In the commentary [...]

New Copyright Notice For Unlicensed Code

When I release and publish code, I typically make it Free Software by copyrighting it and applying a license (usually GNU GPL).  In cases of smaller code bases or scripts I write, I don't bother to license them.  They are generally used as small tools or code snippets.