<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2008 - TutorialPro.net -->
<rss version="2.0">
	<channel>
	<title>TutorialPro.net - Latest Tutorials for Python</title>
	<description>Python is a high-level open-source programming language. It was designed with readability as one of its most important features. Though the core language is minimal, there is a standard library that provides the developer with many extensions. If you want more information on what you can do with Python, you should check out the tutorials in this section.</description>
	<link>http://www.tutorialpro.net/tutorials/python/1</link>
	<language>en-us</language>
	<lastBuildDate>Tue, 06 Jan 2009 17:14:06 -0500</lastBuildDate>
	<pubDate>Tue, 06 Jan 2009 17:14:06 -0500</pubDate>
	<item>
	<title>Python Babysteps Tutorial</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/python-babysteps-tutorial/1982</link>
	<description><![CDATA[This is a tutorial to help the non-programmer learn the basics of using Python. When you are done with it, you will be ready to learn this new language, and have no problems figuring out where to find the information you need to go farther.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/python-babysteps-tutorial/1982</guid>
	</item>
	<item>
	<title>Python 101 - Introduction to Python</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/python-101---introduction-to-python/1981</link>
	<description><![CDATA[This document is a syllabus for a first course in Python programming. This course contains an introduction to the Python language, instruction in the important and commonly used features of the language, and practical exercises in the use of those features.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/python-101---introduction-to-python/1981</guid>
	</item>
	<item>
	<title>Python 201 - Slightly Advanced Python Topics</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/python-201---slightly-advanced-python-topics/1980</link>
	<description><![CDATA[This document is a syllabus for a second course in Python programming. This course contains discussions of several advanced topics that are of interest to Python programmers.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/python-201---slightly-advanced-python-topics/1980</guid>
	</item>
	<item>
	<title>Python Squeezes the Web</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/python-squeezes-the-web/1979</link>
	<description><![CDATA[This 5-page tutorial describes how to grab remote web pages and process them locally in Python. Useful for parsing information off the web.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/python-squeezes-the-web/1979</guid>
	</item>
	<item>
	<title>The Python Web Services Developer, Part 2</title>
	<pubDate>Tue, 01 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/the-python-web-services-developer-part-2/1477</link>
	<description><![CDATA[This is the beginning of a short series on creating a software repository system built on Web services and developed in the Python programming language. This article shows you the details of using the 4Suite open-source XML server with Python to create Web service-based applications.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/the-python-web-services-developer-part-2/1477</guid>
	</item>
	<item>
	<title>XML Processing with Python</title>
	<pubDate>Tue, 01 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/xml-processing-with-python/1476</link>
	<description><![CDATA[This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/xml-processing-with-python/1476</guid>
	</item>
	<item>
	<title>Developing a Full-text Indexer in Python</title>
	<pubDate>Sat, 28 Jun 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/developing-a-full-text-indexer-in-python/1177</link>
	<description><![CDATA[As the volume of information grows, effective means of locating specific information become ever more crucial. This column discusses the field of full-text indexing, with a focus on the author's public-domain indexer module.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/developing-a-full-text-indexer-in-python/1177</guid>
	</item>
	<item>
	<title>Python for the PalmOS</title>
	<pubDate>Sat, 28 Jun 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/python-for-the-palmos/1176</link>
	<description><![CDATA[Pippy is a port of (a subset of) Python to the PalmOS. With Pippy, Python programmers can create custom applications to run on Palm devices, as well as use Pippy as an interactive environment directly on the Palm. This article evaluates the strengths and limitations of Pippy as a means of implementing Palm applications.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/python-for-the-palmos/1176</guid>
	</item>
	<item>
	<title>Functional Programming in Python, Part 2</title>
	<pubDate>Sun, 22 Jun 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/functional-programming-in-python-part-2/929</link>
	<description><![CDATA[This column continues the introduction to functional programming (FP) in Python. The introduction to different paradigms of program problem-solving demonstrates several intermediate and advanced FP concepts. Article includes code snippets.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/functional-programming-in-python-part-2/929</guid>
	</item>
	<item>
	<title>Functional Programming in Python</title>
	<pubDate>Sun, 22 Jun 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/functional-programming-in-python/928</link>
	<description><![CDATA[Although users usually think of Python as a procedural and object-oriented language, it actually contains everything you need for a completely functional approach to programming. This article discusses general concepts of functional programming, and illustrates ways of implementing functional techniques in Python.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/functional-programming-in-python/928</guid>
	</item>
</channel>
</rss>