Friday, June 21, 2013

import web urls = ( /(.), hello ) app = web.application(urls, globals()) class hello: def GET(self, name): if not name: name = World return Hello, + name + ! if __name__ == __main__: app.run()

[web.py inspired the] web framework we use at FriendFeed [and] the webapp framework that ships with App Engine...

Or to get the latest development version from git:

local.ch, the official online Telephone Directory for Switzerland - using web.py in a backend service for tracking expired content - code open-sourced as urldammit.

pudung.com, Online Store based in Jakarta, Indonesia, is using onlinestore-multi (Simple Online Store application built using Python, web.py, jQuery and MySQL).

Django lets you write web apps in Django. TurboGears lets you write web apps in TurboGears. Web.py lets you write web apps in Python.

git clone git://github.com/webpy/webpy.git ln -s `pwd`/webpy/web .

Make History, a project of the 9/11 Memorial Museum, is powered by web.py on top of Google App Engine. On September 11, 2009,new york asian escort model it received nearly 200,000 visitors. Its my first time working with web.py and basically with Python, noted its developer.Web web.py was awesome.

Guido [van Rossum, creator of Python], youll probably find that web.py best suits your style. ... If you dont like it, I cant imagine which of the other dozens of frameworks out there you would like.

web.py was originally published while Aaron Swartz worked at reddit.com, where the site used it as it grew to become one of the top 1000 sites according to Alexa and served millions of daily page views. Its the anti-framework framework. web.py doesnt get in your way, explained founder Steve Huffman. (The site was rewritten using other tWeb Welcome to webpy!ools after being acquired by Cond Nast.)

sudo easy_install web.py

Yandex, Web, the leading Russian search engine (their homepage alone receives 70 million daily page views).

web.py is a web framework for Python that is as as it is powerful. web.py is in the public domain; you can use it for whatever purpose with absolutely no restrictions.

web.py 0.37 is the latest released version of web.py. You can install it by running:

Oyster.com, a website that reviews and photographs hotels, uses web.py for the entire site. They note that web.py gives us the control we need for a large-scale website. As of Jan 2013, Oyster.com renders about 230,000 pages per day.

, co-founder of FriendFeed and original tech lead on Google App Engine

No comments:

Post a Comment