Submitted by courane01
from Google Reader:
Mitch Joel is New Media’s Alton BrownI’ve been reading Six Pixels of Separation, the book by friend Mitch Joel. It’s a terrific read, well worth the $14 or so I spent on the Kindle version, but I’m amused by many of the comme (Read More)
Submitted by jgmize
from Google Reader:
I have been so busy lately that I almost forgot to write about my lightning venture into writing a Google Wave robot: Trendy.For those of you living under a rock in the last several months, Google Wave offers an API for the d (Read More)
Planet Ubuntu:
For those of you who don’t know it, if something provides Multi-Touch input methods, it means that you (and potentially an almost arbitrary number of other people) can interact with the same device using as many of your finge (Read More)
Submitted by jgmize
from Google Reader:
Hello.Recently, thanks to the surprisingly helpful Unhelpful, also known as Andrew Mahone,we have a decent, if slightly arbitrary, set of performances graphs.It contains a couple of benchmarks alreadyseen on this blog as well (Read More)
Google App Engine Google Group:
Hi there, We have run into this feed fetch problem, with GAE Python code throwing DownloadError. This problem seems to happen to a lot of feeds with Chinese characters inside. Almost any feed from feedsky.com causes such p (Read More)
Google App Engine Google Group:
For any application, We can debug it through Logging. If you happen to read [link], you might discover exact solution if you are using the python runtime. Or if you are using java runtime, you should ve been familiar to L (Read More)
Hacker News:
We are excited to announce that libcloud will be joining the Apache Software Foundation (ASF) Incubator. Libcloud has been very fortunate to grow as a community and as a open source project. We hope that by joining the ASF li (Read More)
Submitted by seoguru
from blog:
Ormai conosciamo tutti il gioco di estrazioni giornaliere Win for life. r0m3o ha scritto un programma in python “WIN FOR LIFE” che ci da la possibilità di essere sempre aggiornati sull’ultima estrazione. Il programma NECESSIT (Read More)
Download Squad:
Filed under: Fun, Search, HumorGoogle's autocomplete feature for searches can be pretty useful when you're looking for a common search term. Hey, neat! You don't have to type the whole thing! Sometimes, though, Google's sugge (Read More)
The Next Web:
The Microsoft Azure platform, Microsoft’s cloud solution, today announced a number of upgrades to its architecture. Microsoft explained that it had been paying attention to developer feedback up to this point, and had built a (Read More)
Python | Dev:
I've constructed an example program that does not leak memory in Python 2.x, but causes unbounded memory allocation in Python 3.1. Here is the code:. (Read More)
Google App Engine Google Group:
Hello All, I am a python newbie. My friend, who is a python guru solved it for me. I just had to add '/vendor' directory in PYTHONPATH. I have solved this on my local instance. I haven't done it yet on appengine though. (Read More)
Submitted by bwana
from Google Reader:
Announcing MarkdocI’m posting this to announce a project I’ve been working on for a few weeks now; something which has only just reached a state of relative stability and functionality. It started off slow, on October the 1st (Read More)
The Voidspace Techie Blog:
As I mentioned in my last entry I'm now working on a Silverlight application with Django on the backend. This means that we're using Django to serve json to the Silverlight application, so whilst we're using the Django ORM, u (Read More)
Only Python:
After a long time waiting, I finally got an Google Wave invitation this week - just as I was starting to look forward to a work slowdown so I could start programming again in the evenings. The call of playing with a new toy (Read More)
The Voidspace Techie Blog:
Big personal news; I've changed jobs. After more than three years working with Resolver Systems I felt it was time to broaden my development experience. ... [347 words]
. (Read More)
life is short - you need Python!:
Recently I have written a Python script to update status message in twitter using their api. Let me share the code here:import urllibimport urllib2import base64import httplibimport socket/* authenticate module is used for htt (Read More)