Submitted by jgmize
from Google Reader:
FDO Toolbox is an open source "multi-purpose geospatial tool to create, analyse, process and manage spatial data. It is written in C# and uses the Feature Data Objects (FDO) API". Going on from his success at the Free and Ope (Read More)
Google App Engine Google Group:
I would think that would work, but I cook everything in myself; you might just try using a relative directory access instead of absolute, I have heard that works best in GAE. (Read More)
Google App Engine Google Group:
I found my file :D but got another problem :/ pageContent = open(pageUrl, 'r').read() IOError: [Errno 13] Permission denied: '/pages/home.html' how do i set file permissions? Something i must do in YAML file?. (Read More)
Doug Hellmann:
Tracing Your Program As It RunsThere are two ways to inject code to watch your program run: tracing and profiling. They are similar, but intended for different purposes and so have different constraints. The easiest, but le (Read More)
Submitted by jgmize
from Google Reader:
I have some code that checks that a file is treated differently if some time has passed. In other words, it reacts if the modification time is more than it was before. The code uses os.stat(filename)[stat.ST_MTIME] to do this (Read More)
Google App Engine Google Group:
python list size or eventos.count() work or already answered question best way with more info following link, [link] and merging pure python lists using multiple queries is also doable breaking 1000 limit. (Read More)
Submitted by jgmize
from Google Reader:
My friend committed suicide. He was a brilliant programmer, and he had everything going for him. He was very successful.I'm crushed because I know I could have helped if only he had given me a chance. He never did.We in th (Read More)
Submitted by jgmize
from Google Reader:
Hurray! The pivot article that marks my transition from physics to statistic modeling is finally out:How to estimate the differential acceleration in a two-species atom interferometer to test the equivalence principleG Varoqu (Read More)
Submitted by louisgray
from Google Reader:
Superfeedr comes from Notifixious. We followed Dave’s advice and removed many features, so much that we found a market! :) However, I am still using Notifixious on a daily basis and I know many other people do. Yet, I am not (Read More)
Submitted by jgmize
from Google Reader:
Prompted by recent brief negative pronunciations by Malthe on theZope Component Architecture (ZCA), I thought I'd talk a bit about whatI think about it. I'm not going to go into hermeneutics here of whatMalthe might mean -- o (Read More)
Hack a Day:
One day computers will exist in every part of our lives. You’ll be standing in the shower, lathering up when Chantal, your holographic computer controlled AI partner, informs you in a cool voice you have a new email. How spl (Read More)
Slashdot: Developers:
Riskable writes "Remember that $200,000 Contest For a Better Open-WRT Wireless Router GUI? Today Ubiquiti posted the winning entries to their support wiki. The grand prize was a tie between PyCI (written by yours truly) and N (Read More)
Submitted by jgmize
from Google Reader:
This story is about the first code I ever wrote with proper TDD. I'd been doing test-first for several months, but I didn't understand the design aspect. Fortunately, Corey Haines wanted to learn Python, and I w (Read More)
guardian.co.uk Technology:
• Collector turns detective in search of movie's secret• Lost war propaganda reel could be worth £40,000Morace Park was footling around on eBay looking for antiques when he stumbled on an item that was listed casually as an " (Read More)
Submitted by jgmize
from Google Reader:
I've been looking into various configuration management/automated deployment tools lately. At OpenX we used slack, but I wanted something with a bit more functionality than that (although I'm not badmouthing slack by any mean (Read More)
Simon Willison's Weblog:
Yesterday I attended a biweekly meeting of an informal a UC Berkeley group devoted to Python in science (Py4Science), organized by Fernando Perez. The format (in honor of my visit) was a series of 4-minute lightning talks abo (Read More)
Python | Dev:
Maciej Fijalkowski, 05.11.2009 11:58: > Python is something that passes most of CPython's test > suite, modulo stuff that is considered implementation. (Read More)
Python | Dev:
Dirkjan Ochtman schrieb: > On Thu, Nov 5, 2009 at 13:13, Stefan Behnel wrote: >> Would you consider Cython a Python implementati. (Read More)
Python | Dev:
Michael Foord, 05.11.2009 12:38: > Stefan Behnel wrote: >> Michael Foord, 05.11.2009 11:18: >>> I think the main point is that Cython is not an >>> im. (Read More)