News Networks
Topics
Stories
People

  • My Networks
  • Popular
  • Recent
  • ABC...XYZ
  • Create New
  • Search
  • Popular
  • Recent
  • Rising Fast
  • ABC...XYZ
  • Popular Today
  • Popular Week
  • Popular Month
  • Rising Fast
  • Hot Discussions
  • My Newsmakers
  • My Followers
  • Recently Active
  • Popular
  • Find
  • Invite Friends
Connect
Sign in using facebook |
Log in |
Sign Up


Hi there. I'm Jason, one of the founders of socialmedian.
socialmedian delivers the news, filtered by your network.
We'd love to have you join in.
You can use facebook connect to sign in.
Connect
OR
Log in 
|
Sign up


Create your socialmedian account
Email
Required

Password
Required

The password must be atleast 6 characters
Username
Required

http://www.socialmedian.com/username
This is same as my twitter ID
Security check

I agree to the terms and conditions and the privacy policy.
Loading...


Already a user? Please Log In
Invalid Login!
Email

Password

Remember me:
Loading...


Forgot Password?

Email:

Python
Previous

Next


1
Clip
IronPython-URLs: FDO Toolbox (Geospatial Data Tool) IronPython Scripting
3 hours ago

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)
News Networks: Tech News, Software Development, Blogging ...
Topics: Open, Software, Conference ...


0
Clips
Re: [google-appengine] [Python] Reading files with python and open()
9 hours ago

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)
News Network: App Engine
Topic: App Engine


0
Clips
Re: [Python] Reading files with python and open()
9 hours ago

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)
News Network: App Engine


1
Clip
PyMOTW: sys, Part 5: Tracing Your Program As It Runs
10 hours ago

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)
News Network: Software Development


1
Clip
Peter Bengtsson: Mocking os.stat in Python
11 hours ago

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)
News Networks: Software Development, The Tech 200 News Network
Topic: Code


0
Clips
Re: Querys
1 day ago

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)
News Network: App Engine


1
Clip
Shannon -jj Behrens: Suicide
1 day ago

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)
News Networks: Tech News, Software Development, Unusual & Interesting. ...
Topics: Programming, People, Change ...


1
Clip
Gael Varoquaux: Acceleration estimation in atom-interferometric tests of the Einstein equivalence principle
1 day ago

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)
News Networks: Social Media Watch, Web 2.0, Tech News ...
Topics: People, Technology, Learning ...


0
Clips
[Python] Reading files with python and open()
1 day ago

Google App Engine Google Group: Hello Could someone tell me why tis code does't work? [CODE] ROOT_DIR = os.path.dirname(__file__) pageUrl = os.path.join(ROOT_DIR, 'pages/' + pageName + '.html') pageContent = open(pageUrl, 'r').read() [/CODE] i get er (Read More)
News Network: App Engine


2
Clips
Notifixlite
1 day ago

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)
News Networks: Social Media Watch, Web 2.0, Tech News ...
Topics: Google, App, Rest ...


1
Clip
Python Secret Weblog: The Success of the Zope Component Architecture
1 day ago

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)
News Networks: Web 2.0, Tech News, Software Development ...
Topics: Web Applications, Found, Time ...


1
Clip
Physical email notification
2 days ago

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)
News Networks: Android, Social Media Watch, Web 2.0 ...
Topics: Gmail, Code, Google ...


1
Clip
Ubiquiti Announces RouterStation Challenge Winners
2 days ago

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)
News Network: Software Development
Topic: Open Source


1
Clip
Gary Bernhardt: How I Started TDD
3 days ago

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)
News Networks: Arts & Entertainment, Software Development, Science ...
Topics: Design, Code, Software ...


1
Clip
Collector finds unseen Charlie Chaplin film in tin sold for £3.20 on eBay
3 days ago

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)
News Networks: Social Media Watch, Web 2.0, Tech News ...
Topics: Film, News, Arts ...


1
Clip
Grig Gheorghiu: Automated deployments with Puppet and Fabric
3 days ago

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)
News Networks: Sports, Social Media Watch, Web 2.0 ...
Topics: Server, Global, Post ...


1
Clip
Python in the Scientific World
3 days ago

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)
News Network: Python


0
Clips
Cython as a Python implementation
3 days ago

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)
News Network: Python


0
Clips
Re: Cython as a Python implementation
3 days ago

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)
News Network: Python


0
Clips
Cython as a Python implementation (was: PEP 3003 - Python Language Moratorium)
3 days ago

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)
News Network: Python


Previous

Next


Add something

Snip
News
Site

Instantly Clip News From Any Website
Clip it! on s|m
Or, Enter News Directly Here
Headline:

URL:
(Optional)

Description:
(Optional)

Adding a News...


Add Snip
Adding a Snip...


Now you can import your favorite sites to your socialmedian page
Loading...

Loading...


Is this you?

We constantly make updates and enhancements based on user feedback. Follow socialmedian on Twitter
Help us out and report a bug or suggest a new feature! Check out our blog for regular company updates, notables, and to see what we're currently working on.
Report a Bug
Suggest a Feature


 Sending...
close
socialmedian Inc. 2008 - 2009
About socialmedian    |        |    Terms of Service    |    Privacy Policy