Tag Archives: python

Idiomatic Python?

I’ve been working my way through compiling Java into Python code but the Python back end of my isn’t that good (my brain). I would call my stage of Python development the “magic incantation” stage. This is the stage where … Continue reading

Posted in Technology | Tagged , , , | View Comments

Using Google App Engine to Extend Yahoo! Pipes

Update: A commenter pointed out that you can from django.utils import simplejson instead of including it. Makes this even easier. Yahoo! Pipes has always been a great tool for manipulating data but often you have to go to great contortions … Continue reading

Posted in Technology | Tagged , , , , , , , , , | View Comments