<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/link/1238319">
<title>Public marks on http://wiki.python.org/moin/WebFrameworks</title>
<description>Public marks on http://wiki.python.org/moin/WebFrameworks</description>
<link>http://blogmarks.net/marks/link/1238319</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/projekt/mark/2123806"/>
<rdf:li resource="http://blogmarks.net/api/user/pvergain/mark/1347207"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/projekt/mark/2123806">
<title>WebFrameworks - PythonInfo Wiki</title>
<link>http://wiki.python.org/moin/WebFrameworks</link>
<description>web.py (0.2 Released 2006-11-27) Think about the ideal way to write a Web app. Write the code to make it happen.</description>
<dc:date>2007-02-27T15:25:09Z</dc:date>
<dc:author>projekt</dc:author>
<dc:subject>released, python, frameworks, framework, application, applications, pages, programming, development, server, stack, templating, lightweight, full, zope, database, object, provide, code, pylons, templates, page, abstractions, developing, modules, html, based, write, system, sessions, p</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wiki.python.org/moin/WebFrameworks"><img border="0" src="http://blogmarks.net/screenshots/2006/12/09/39bdc724f15e93d92e15cfcc42532406.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wiki.python.org/moin/WebFrameworks">WebFrameworks - PythonInfo Wiki</a></h4>
 
by <a href="http://blogmarks.net/user/projekt">projekt</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1238319">1 other(s)</a> 
<p class="description">web.py (0.2 Released 2006-11-27) Think about the ideal way to write a Web app. Write the code to make it happen.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/released">released</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/frameworks">frameworks</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/framework">framework</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/applications">applications</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pages">pages</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/programming">programming</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/development">development</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/server">server</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/stack">stack</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/templating">templating</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lightweight">lightweight</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/full">full</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/zope">zope</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/database">database</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/object">object</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/provide">provide</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code">code</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/pylons">pylons</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2123806">Copy</a> | 
<a href="http://blogmarks.net/link/1238319">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/pvergain/mark/1347207">
<title>WebFrameworks - Python Wiki</title>
<link>http://wiki.python.org/moin/WebFrameworks</link>
<description>Web Frameworks for Python

A Web framework is a collection of packages or modules which allow developers to write Web applications (see WebApplications) or services without having to handle such low-level details as protocols, sockets or process/thread management. As a developer using a framework, you typically write code which conforms to some kind of conventions, with the benefit being that most of the code can be concerned with the logic of the application, rather than working out how to process incoming network messages, spawn processes, work out which part of the application should be invoked, and so on.

Some frameworks can be considered moderately low-level in that they provide abstractions only for certain things (eg. incoming requests, outgoing responses, state handling), whereas other frameworks provide many more abstractions and mechanisms (eg. database access, presentation of Web pages). Since a non-trivial Web application will require a number of different kinds of abstractions, often stacked upon each other, those frameworks which attempt to provide a complete solution for applications are often known as &quot;full-stack&quot; frameworks in that they attempt to supply components for each layer in the stack</description>
<dc:date>2006-12-09T11:56:50Z</dc:date>
<dc:author>pvergain</dc:author>
<dc:subject>lewiki, python, web, framework</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://wiki.python.org/moin/WebFrameworks"><img border="0" src="http://blogmarks.net/screenshots/2006/12/09/39bdc724f15e93d92e15cfcc42532406.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://wiki.python.org/moin/WebFrameworks">WebFrameworks - Python Wiki</a></h4>
 
by <a href="http://blogmarks.net/user/pvergain">pvergain</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1238319">1 other(s)</a> 
<p class="description">Web Frameworks for Python

A Web framework is a collection of packages or modules which allow developers to write Web applications (see WebApplications) or services without having to handle such low-level details as protocols, sockets or process/thread management. As a developer using a framework, you typically write code which conforms to some kind of conventions, with the benefit being that most of the code can be concerned with the logic of the application, rather than working out how to process incoming network messages, spawn processes, work out which part of the application should be invoked, and so on.

Some frameworks can be considered moderately low-level in that they provide abstractions only for certain things (eg. incoming requests, outgoing responses, state handling), whereas other frameworks provide many more abstractions and mechanisms (eg. database access, presentation of Web pages). Since a non-trivial Web application will require a number of different kinds of abstractions, often stacked upon each other, those frameworks which attempt to provide a complete solution for applications are often known as "full-stack" frameworks in that they attempt to supply components for each layer in the stack</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/lewiki">lewiki</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/python">python</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/web">web</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/framework">framework</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1347207">Copy</a> | 
<a href="http://blogmarks.net/link/1238319">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>