<?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=Introducing_Pylons</id>
		<title>Introducing Pylons - 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=Introducing_Pylons"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Introducing_Pylons&amp;action=history"/>
		<updated>2026-04-21T11:20:39Z</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=Introducing_Pylons&amp;diff=1967&amp;oldid=prev</id>
		<title>Gyan: Created page with 'Welcome to the spoken tutorial on &quot;Introducing Pylons&quot;.  ==What does Pylons provide== As we know programming means making mistakes, then searching for cause of errors. In most we…'</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Introducing_Pylons&amp;diff=1967&amp;oldid=prev"/>
				<updated>2012-12-20T10:03:35Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Welcome to the spoken tutorial on &amp;quot;Introducing Pylons&amp;quot;.  ==What does Pylons provide== As we know programming means making mistakes, then searching for cause of errors. In most we…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Welcome to the spoken tutorial on &amp;quot;Introducing Pylons&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==What does Pylons provide==&lt;br /&gt;
As we know programming means making mistakes, then searching for cause of errors. In most web application there is no efficient debugger at hand that allow you to view all variables and the piece of code where the error occurred. But '''Pylons''' offers you online debugger.If your application throws an exception you will get a traceback on the web page, from which you can view local variables and can even enter Python statements interactively. Pylons provides three sets of tools to help you to find the errors:&lt;br /&gt;
*A web-based interactive debugger&lt;br /&gt;
*A console-based interactive testing shell&lt;br /&gt;
*A powerful set of logging tools&lt;br /&gt;
Pylons allow you to separate the models (your database schema), the views (HTML templates) and the controllers (your application code).&lt;br /&gt;
Pylons is written in the Python language and is designed to run on any platform that supports a modern version of Python means it is platform independent. Thus it can be used on Windows, Mac OS X, Linux, BSD, and many other platforms. Because Python is an interpreted language, Pylons applications you write for one platform will be able to run on other platforms without any modification. And that's biggest advantage of the Pylons web framework.&lt;br /&gt;
&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;/div&gt;</summary>
		<author><name>Gyan</name></author>	</entry>

	</feed>