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


0
Clips
What IDE the community recommend to developers of Python+GAE
6 hours ago

Google App Engine Google Group: Hi all, I know that Java+GAE have [link] as google recommendation, but what about Python+GAE developers? Cheers Frank. (Read More)
News Network: App Engine


1
Clip
Go Data Structures
7 hours ago

Submitted by louisgray from Google Reader: When explaining Go to new programmers, I've found that it often helps to explain what Go values look like in memory, to build the right intuition about which operations are expensive and which are not. This post is about basi (Read More)
News Networks: Software Development, Unusual & Interesting., Cartography ( Science Of Maps) ...
Topics: Data, New, Future ...


0
Clips
Buildslave gets intermittent errors in the svn step
9 hours ago

Python | Dev: I'm getting occasional odd errors in the subversion step on my buildslave (http://www.python.org/dev/buildbot/buildslaves/moore-windows): Traceback (. (Read More)
News Network: Python


0
Clips
Resolver One 1.7, BioPython and 3D Graphics
12 hours ago

The Voidspace Techie Blog: Although I've left Resolver Systems I still follow closely what they're up to. Resolver One, the IronPython powered spreadsheet with the programming model right at its heart, is an innovative and unique product [1] that deser (Read More)
News Network: Python


1
Clip
A Couple of #Python Tools for #Tornado or #AMQP Users http:is.gd52b4u
18 hours ago

Submitted by hoffmann from Twitter: A Couple of #Python Tools for #Tornado or #AMQP Users http://is.gd/52b4u. (Read More)
News Networks: Software Development, Python, App Engine


0
Clips
Woof - simply exchange files
21 hours ago

Simon Willison's Weblog: Woof—simply exchange files (via). Ultra simple file sharing for local networks: run “woof filename” to start a local web server which will serve up that file, just once, and then terminate. Can also serve up an entire directo (Read More)
News Network: Python


0
Clips
IronPython Training in New York, January 21st 2010
1 day ago

The Voidspace Techie Blog: In association with Holdenweb I'll be taking an IronPython training course on January 21st in New York. Booking site for the IronPython Master Class The details of the course: Michael Foord is an early adopter of IronPython, (Read More)
News Network: Python


0
Clips
Re: [google-appengine] Getting multiple form data as dictionary on Python GAE
1 day ago

Google App Engine Google Group: If you're using Webapp, you can retrieve these parameters like so: def post(self): name = self.request.POST["form[name]" ] sex = self.request.POST["form[sex]"] Other frameworks such as Django have Form abstractions for d (Read More)
News Network: App Engine
Topics: App Engine, Django


1
Clip
Palm Synergy integrates with Yahoo! Contacts API
1 day ago

Yahoo! Developer Network blog: A few weeks ago we released the new Contacts API that provides full read/write access to the Yahoo! Address Book. Now we're happy to tell you about the first commercial mobile application built on the Contacts API – the Palm (Read More)
News Networks: Social Media Watch, Apple, Web 2.0 ...
Topics: Palm, Yahoo, Api ...


1
Clip
Brian Jones: A Couple of Python Tools for Tornado or AMQP Users
1 day ago

Submitted by jgmize from Google Reader: Hi all,Not lots of time to blog since starting my new gig as Senior Operations Developer at MyYearbook.com (which is pretty awesome, btw), but wanted to let anyone who’s interested know about a couple of tools I’ve released o (Read More)
News Networks: Web 2.0, Tech News, Software Development ...
Topics: Gig, Time, Users ...


0
Clips
[Errno 29] Illegal seek
1 day ago

Google App Engine Google Group: Strangeness. When I run my application (local or deployed), the first time i load a page (any page) on the app I get an error like the following: --> --> --> Python 2.5.1: /System/Library/Frameworks/ Python.framework/V (Read More)
News Network: App Engine


1
Clip
几十种文件共享应用程序功能对比
1 day ago

Submitted by daisylinbluez from Google Reader: 文件共享应用程序是网络应用程序的一种,Napster是最早的P2P文件共享系统,参与系统的是大量个人计算机用户,每个用户将自己愿意共享的文件提供出来,同时可以下载其他用户共享的文件。这类程序需要解决的核心问题是必须知道哪些机器上有哪些文件,这样当用户提出文件搜索请求时才可以得到正确的匹配结果。在Napster关闭之后,更多的P2P文件共享系统迅速崛起。WIKI上有人做了一个包含了几十种文件共享应用程序的对比,它们有的今天已经不存在,有的依然流行。 (Read More)
News Networks: Apple, Web 2.0, Tech News ...
Topics: Applications, Linux, Web ...


1
Clip
Getting Closure: Don’t just use it, don’t just abuse it
1 day ago

techno.blog("Dion"): “Just what the world needs—another sucky JavaScript library,” he said. When I asked him what made it ‘sucky’, he elaborated. “It’s a JavaScript library written by Java developers who clearly don’t get JavaScript.”This quote i (Read More)
News Networks: Android, Social Media Watch, Web 2.0 ...
Topics: Javascript, Google Chrome, Google ...


1
Clip
PyMOTW: sys, Part 7: Modules and Imports
1 day ago

Doug Hellmann: Modules and ImportsMost Python programs end up as a combination of several modules with a main application importing them. Whetheryou are using the features of the standard library, or organizing your own code in separate fil (Read More)
News Network: Software Development


1
Clip
Node.js is genuinely exciting
1 day ago

Simon Willison's Weblog: I gave a talk on Friday at Full Frontal, a new one day JavaScript conference in my home town of Brighton. I ended up throwing away my intended topic (JSONP, APIs and cross-domain security) three days before the event in favou (Read More)
News Network: Python


0
Clips
A Simple Lisp Parser in Python
1 day ago

PIBlog: A managed to sneak in a little time recently and write a simple Lisp s-expression parser in Python.I started out with a version that just understands parentheses, atoms, and strings, but it was just a couple of extra lines to (Read More)
News Network: Python


1
Clip
Ned Batchelder's blog: Memory leak mystery
2 days ago

Submitted by jgmize from Google Reader: Here's a detailed story of finding and fixing a memory leak in a PythonC extension, complete with testing mysteries.A user of coverage.pyreportedthat running it consumed all his memory. No one else had mentioned anything like (Read More)
News Networks: Tech News, Software Development, Unusual & Interesting. ...
Topics: Memory, Blog, Beta ...


1
Clip
Thomas Vander Stichele: desktopcouch on Fedora
2 days ago

Submitted by jgmize from Google Reader: Time to unravel some tufts of the yak hair lying around from this weekend.I wanted to work on making my GTD application (using CouchDB) a little more friendly. I started out by learning GreaseMonkey so I could modify Trac pa (Read More)
News Networks: Web 2.0, Tech News, Software Development ...
Topics: App, Data, Network ...


1
Clip
Catherine Devlin
2 days ago

Submitted by jgmize from Google Reader: Joseph Lisee, author of the upcoming Python submarine robot PyCon talk, left a comment on my last post. I think he was a little shy about me highlighting him.I'm sorry, Joseph. You really left me no choice.Completely Unfoun (Read More)
News Network: Software Development


0
Clips
Removal of intobject.h in 3.1
3 days ago

Python | Dev: The wiki page for porting to 3.x says: http://wiki.python.org/moin/PortingExtensionModulesToPy3k """ long/int Unification In Python 3.0, there is on. (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