Other languages : [ [/ | français ] ] | ...
web.py is a framework for python that is as simple as it is powerful . Web.py is in the public domain , you can use for any purpose without any restrictions.
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 0.33 was made on 2009-10-28 : [ web.py - 0.33.tar.gz ] [ 16 ]
[16 ]: / static/web.py-0.33.tar.gz
To always have the latest version of web.py , run:
git clone git : / / github.com / webpy / webpy.git
ln-s pwd / webpy / web.
or download the latest version zip or tarball .
Upgrading from an older version ? Be sure to [ read the guide update ] [17 ].
[17 ]: http://webpy.org/docs/0.3/upgrade
web.py was published while working on Aaron Swartz [ reddit.com ] [ 20] , where the site was used to grow and become one of the top 1000 sites according to Alexa and served millions of page views every day . " This is the anti -framework framework . web.py do you win in any way, " explained founder Steve Huffman . ( The site has been rewritten using other tools, having been acquired by Condé Nast. )
[ 20]: http://reddit.com/
Frink , social network like Facebook in Spanish .
Make History , a project of 9 / 11 Memorial Museum , which is designed with Web.py top of Google App Engine. On September 11, 2009 , he received nearly 200,000 visitors . "For the first time I've worked with and essentially web.py Python , "notes the developer . " web.py is great . "
local.ch , the online telephone directory official Switzerland - uses web.py service background to monitor the content expired - code in open -source urldammit
sitecanary.com a site to be alerted when your website is out of service .
watchdog.net , a site of political service , built in web.py.
archivd.com , a web application for collaborative research and archiving , made with web.py
colr.org , a site of puncture of colors , made with web.py.
Chiefmall , a research tool for entrepreneurs, who has been realized with web.py.
grouplite.com uses web.py.
[ Yandex ] [ 21], a Russian internet access provider whose home page alone receives 70 million visits per day , uses web.py for certain projects . [21]: http://yandex.ru
[ LShift ] [22 ] used web.py to build websites for [ Expro ] [ 23] and [publisher Dorling Kindersley ] [24 ]. " web.py allows us to do what we do best, " they reported . " It makes web applications with gusto, without forcing us to compromise on flexibility and originality. "
[ 22 ]: http://www.lshift.net/ [23 ]: http://exproretail.com/ [ 24 ] : http://travel.dk.com/
[ micropledge ] [ m] , a Web application that collects funds for software ideas , and is built with web.py. "We have enjoyed his integration with his minimalist approach , "says developer Ben Hoyt .
[ m] : http://micropledge.com/
The bivalidateur checks your HTML and CSS validation .
jottit.com is constructed web.py. Jotti provides a website as easy as filling a textbox.
[ Tasko ] [ a] prepared with web.py. Tasko is an online task manager that uses the File formatr plain text to store all the information.
[T]: http://taskodone.com/
[ Damiga ] [ d ] is built with web.py. Damiga is a place where you can anonymously and freely tell the world how you feel about other people : friends , celebrities, even fictional characters . It is also a place where you can see what the world thinks of you .
[ d] : http://damiga.com/
[ Fotosaur.us ] [ f] , an incredible application of bookmarked images, made with web.py.
[F] : http://fotosaur.us
[ URIs.us ] [u ] is a service to create short urls . Deployed on Google App Engine
[U]: http://uris.us
[ xykra ] [ x] is a minimal wiki ( 160 lines of Python ) that uses Markdown .
[X]: http://xykra.org
[ Edgarest ] [ y] is made with Web.py. Edgarest provides fast and intuitive search of SEC Filings (publication of Fellows)
[Y] : http://edgarest.com
[ Wklej.to ] [ z ] is an application nopaste / Pastebin ( web application that allows users to download chunks of text ) with an open API and free, and of course modules and Desktop clients .
[Z ]: http://wklej.to
[ Biomed Search] [ zzz] search over one million biomedical images in sizes clearly visible.
[Zzz ]: http://www.biomed-search.com
[ web.py inspired the] web framework that we use as FriendFeed [and ] the application framework comes with App Engine ... " - Brett Taylor , co - founder of FriendFeed and technical leader original Google App Engine
" In the ecosystem of web frameworks , something must occupy the niche of "small , light and fast " . web.py is one. " - Lloyd Dalton , colr.org
" We have completed the rewrite of our server a few days ago with web.py and it was everything we wanted . " - Sam Hsiung [ YouOS ] [ 25 ]
[ 25] : http://www.youos.com/
"Django allows you to write web applications in Django. TurboGears allows you to write web applications in TurboGears . Web.py allows you to write web applications in Python. " - Adam Atlas
" very elegant and concise (not to mention that it's written by Aaron Swartz , whose coding skills are impressive ), and it does not make me lose time. " - Jonas Galvez Aupeo [# ] [ 26]
[26] : ~ http://shortb.net/ f561f1
" The first framework ... where I can hack the code and see something work without having to understand the logic of it. A pleasure to integrate. " - Antoine Delaunay built [a photo gallery ] [ 28] and [ calendar year ] [34] With It
[28 ] : http://github.com/antoine/ibrouteur/ [ 34 ]: http://metagenda.org
Guido [van Rossum , creator of Python ], you will probably find that web.py suits your style . ... If you do not like it, I can guess which other dozens of other framework you out * could * love . " - Phillip J. Eby, creator of the Python Web Server Gateway Interface ( WSGI ) [# link] [ 30]
[ 30 ]: ~ http://shortb.net/ f561f2
"... the example [ Cheetah ] I saw on air web.py "good " . ( web.py Itself OTOH gets an " F " for undocumented code with too much " magic behavior . upvar ( ) , bah . ) "[ Translator note : TBD ] - Guido van Rossum , creator of Python [ # Link ] [ 31]
[31 ] : http://shortb.net/+f561f3
" Suffice it to say I think that Aaron is headed in the right direction . " - Harry Fuecks : [a simple wiki with web.py ] [ 32 ]
[ 32]: http://www.sitepoint.com/blogs/2006/01/06/a-simple-wiki-with-webpy/
"A very exciting time for me . The same feeling I had when I wrote the first PHP script. it is certain that it will allow me to learn python so fun . Good job Aaron! " - Kamal [ A simple blog webpy , fun way to learn python ] [33 ]
[33 ] : http://www.k4ml.com/node/165
[ [install | installation] ] * [ [ install | français] ] [ [ install_macosx | mac os x ] ] [ [ install / es | español] ] [ [install / ja | 日本语] ] [ [ install / zh - cn | 简体 中文] ] [ [/ install / es | Italiano ] ] [[ install / fr | French ] ]
[ [ tutorial3 | tutorials for version 0.3 ( latest) ] ] * [ [ tutorial3.en | français ] ] [ [ -cn tutorial3.zh | 简体 中文] ] p ?????? 0.2 * % 200.2 % ???? [ [ templetor | template.py tutorial ] ] [ [ form | form.py (short) tutorial ] ] [ [ tutorial2.ja | 日本语] ] e ??????? * [ [ tutorial3.fr | French ] ]
[ [ tutorial | tutorials ( old versions )] ] * English [ [ tutorial / es | español ] ] português: 1 2 3 * French * p ?????? * 日本语
[ [ / docs/0.3.fr | Documentation ] ]
FAQ : * English * [ [ faq / es | español] ] [ [ faq / ru |???????]] ??? * [ [ faq / ja | 日本语] ] [ [ faq / zh-cn | 简体 中文] ] [ [faq / fr | French ] ]
cookbook: [ [ Cookbook / ja | 日本语] ] [ [ Cookbook | français ] ] [ [ cookbook / zh - cn | 简体 中文] ] [ [ Cookbook / fr | French ] ]
mail list : home of the web.py Discussion
irc channel : home of the talk web.py
