I'm pretty excited. I received some now Sparkfun goodness as well as officially entering the Sparkfun UAV competition with a couple other folks. This year they are having a UAV only category which makes sense. I'm shooting for super simple and fast, fast, fast. I'll post more as we get going.
This article caught my eye on r/programming I've started looking into RDF data stores because my current project involves talking to one. No Sparql in my resume yet but I'd like to set up a node to play with. This looks like a pretty nifty graph data store and it looks like it supports sparql and has python bindings. Huzzah
http://blog.neo4j.org/2009/09/social-networks-in-database-using-graph.html
I came across this cool framework today on the python reddit. It sure looks useful.
I came across what looks like a pretty promising PHP REST framework. http://www.recessframework.org
I've been doing some PHP work as of late. Since I had been doing Python for the last year or so I had gotten used to having iPython around for quick testing and prototyping. After some googling I found this little interactive PHP shell with tab completion etc.