Long URL Please, Google App Engine Thankyou!

Post on 29-Jun-2015

1715 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

Presentation to Python Ireland User Group about Long URL Please, and app I built to scratch and itch and learn about python and app engine.

Transcript

Long URL PleaseApp Engine Thank You

@darraghcurran

OMG. This is cool http://tinyurl.com/29uc8d

OMG. That was NOT cool.

Why App engine?

No time for hosting, sysadmin, deploying, dns, downtime, scaling, monitoring etc...

Shit just works!

short =[url for url in page.urls if supported(url)]long = [longurlplease(url) for url in short][swap(url) for url in long]

def longurlplease(url): response = urlfetch.head(url) return response.headers['location']

10 minute proof of concept

What about the constraints?

Time to chat

@darraghcurranwww.longurlplease.com

psychiatrist - http://www.flickr.com/photos/spike55151/363016301/lol duck - http://www.flickr.com/photos/foxypar4/1793892045/

cloud - http://www.flickr.com/photos/galego/3131005845/platform - http://www.flickr.com/photos/jumphigh/2629052681/

Linkedy Link

Web: http://www.longurlplease.comBlog: http://blog.longurlplease.comTwitter: http://twitter.com/longurlpleaseApps using API: http://www.longurlplease.com/appsAPI Docs: http://www.longurlplease.com/docs

Firefox Plugin: https://addons.mozilla.org/en-US/firefox/addon/9549Firefox Plugin Source: http://code.google.com/p/longurlplease-firefox/

Uservoice suggestion for Tweetdeck: http://tweetdeck.uservoice.com/pages/general/suggestions/95386

top related