<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Pylons_Spoken_Tutorial</id>
		<title>Pylons Spoken Tutorial - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Pylons_Spoken_Tutorial"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Pylons_Spoken_Tutorial&amp;action=history"/>
		<updated>2026-04-21T14:04:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=Pylons_Spoken_Tutorial&amp;diff=1533&amp;oldid=prev</id>
		<title>Minal: Created page with '[http://spoken-tutorial.org/wiki/index.php/Python_for_Pylons Spoken Tutorials on Python] (pre-requisite of Pylons)  [http://www.pylonshq.com pylons]  Pylons is a Free and Open so…'</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Pylons_Spoken_Tutorial&amp;diff=1533&amp;oldid=prev"/>
				<updated>2012-12-11T12:42:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;[http://spoken-tutorial.org/wiki/index.php/Python_for_Pylons Spoken Tutorials on Python] (pre-requisite of Pylons)  [http://www.pylonshq.com pylons]  Pylons is a Free and Open so…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[http://spoken-tutorial.org/wiki/index.php/Python_for_Pylons Spoken Tutorials on Python] (pre-requisite of Pylons)&lt;br /&gt;
&lt;br /&gt;
[http://www.pylonshq.com pylons]&lt;br /&gt;
&lt;br /&gt;
Pylons is a Free and Open source Python based web application framework.&lt;br /&gt;
A web application framework is a set of software modules and libraries put together and configured in a way to make web application development easy.&lt;br /&gt;
Using a web application framework is quite different from writing traditional CGI based web sites.&lt;br /&gt;
In a CGI based server application, the developer has to code every thing including the application itself and the nuts and bolts are needed to keep things in place.&lt;br /&gt;
&lt;br /&gt;
All Supportive tasks such as session management, request-response are also managed by the programmer.&lt;br /&gt;
Unlike this, in a web application framework, the regular house keeping activities are managed by the framework.  All the mundane tasks like session management and cashing are automated by the framework.&lt;br /&gt;
&lt;br /&gt;
Besides, an application framework also provides a set of ready to use libraries for the most important tasks such as managing request and response, rendering templates and database connectivity.&lt;br /&gt;
Pylons is amongst many web application frameworks and provides all the features which a web application developer can think of.&lt;br /&gt;
The unique feature of Pylons is that it is a stacked framework.  This implies that most of the components can be easily replaced by one which the programmer finds suitable for a particular task.&lt;br /&gt;
Pylons is much straight forward and gives a great deal of control and power in the hands of the developer.&lt;br /&gt;
This also has a disadvantage of a slightly steeper turning curve.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===Introducing Pylons===&lt;br /&gt;
1.[[Introducing Pylons]] &lt;br /&gt;
*What does Pylons provide&lt;br /&gt;
*Installing Pylons in a virtual Python environment&lt;br /&gt;
*Creating a basic project&lt;br /&gt;
*Let us understand what is happening under the hoods&lt;br /&gt;
*Introduction to the Model View Control architecture&lt;br /&gt;
&lt;br /&gt;
===Developing applications with Pylons===&lt;br /&gt;
2.[[Let's start with the event registration application]]&lt;br /&gt;
*Creating the project&lt;br /&gt;
*Changes to the configuration files&lt;br /&gt;
*Creating the model with SQLAlchemy&lt;br /&gt;
*Setting up the database&lt;br /&gt;
*Understanding the controller classes in details&lt;br /&gt;
*Using sessions for transactions and database access&lt;/div&gt;</summary>
		<author><name>Minal</name></author>	</entry>

	</feed>