<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2009 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Introduction to Python</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Sat, 21 Nov 2009 07:34:01 -0500</lastBuildDate>
<pubDate>Sat, 21 Nov 2009 07:34:01 -0500</pubDate>
<item>
<title>Simple Python event class</title>
<pubDate>Tue, 04 Aug 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Simple-Python-event-class/50430</link>
<description>
<![CDATA[For example if you are building IRC bot and it supports scripting, the scripts should be able to register handlers on the event.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=612554&amp;cid=145606&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.186&amp;url=http://clk.atdmt.com/MRT/go/181727364/direct/01/">Microsoft BPOS Demo</a> Microsoft Business Productivity Online Suite demo. Watch it now.]]>
</description><guid>http://www.tutorialized.com/tutorial/Simple-Python-event-class/50430</guid>
</item>
<item>
<title>Extremely powerful and flexable Python Multiprocessing</title>
<pubDate>Wed, 27 May 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Extremely-powerful-and-flexable-Python-Multiprocessing/43472</link>
<description>
<![CDATA[Learn to scale your UNIX Python applications to multiple cores by using the multiprocessing module which is built into Python 2.6. Multiprocessing mimics parts of the threading API in Python to give t...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=568615&amp;cid=142775&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.186&amp;url=http://s0b.bluestreak.com/ix.e%3fhy%26s%3d7950656%26a%3d7442758%26k%3d11808126%26u%3dhttp%253a%252f%252fusa%252Eautodesk%252Ecom%252fadsk%252fservlet%252foc%252fredir%253fsiteID%253d123112%2526mktvar002%253dknc%252Dwwm%252Damer%252Dus%252Dinv%252Dib%252Ddp%252D%252Da%2526url%253dhttp%25253A%25252F%25252Fusa%25252Eautodesk%25252Ecom%25252Fadsk%25252Fservlet%25252Findex%25253FsiteID%25253D123112%252526id%25253D13954476">Digital Prototyping Demo</a> Go Beyond 3D To Digital Prototyping With Inventor®. Free Online Demo.]]>
</description><guid>http://www.tutorialized.com/tutorial/Extremely-powerful-and-flexable-Python-Multiprocessing/43472</guid>
</item>
<item>
<title>A complete tutorial on Python</title>
<pubDate>Mon, 27 Apr 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/A-complete-tutorial-on-Python/42608</link>
<description>
<![CDATA[Learn Python starting from basics till advance topics like Database access, XML processing, CGI programming and many other concepts.
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=612077&amp;cid=145605&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.186&amp;url=http://clk.atdmt.com/MRT/go/181752485/direct/01/">Official Site: Microsoft</a> Discover Business Productivity Online Suite. Watch the demo now.]]>
</description><guid>http://www.tutorialized.com/tutorial/A-complete-tutorial-on-Python/42608</guid>
</item>
<item>
<title>Python 3 changes breaks backwards compatibility</title>
<pubDate>Mon, 16 Feb 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-3-changes-breaks-backwards-compatibility/40914</link>
<description>
<![CDATA[The breaking of backwards compatibility will mean supporting two different versions in parallel. This article covers changes to input/output (I/O), the new bytes data type, changes to strings and stri...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=614492&amp;cid=145740&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.186&amp;url=http://clk.atdmt.com/MRT/go/183591420/direct/01/">Virtualization Solutions</a> Optimize, Simplify, &amp; Save Today. Learn About Microsoft Solutions.]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-3-changes-breaks-backwards-compatibility/40914</guid>
</item>
<item>
<title>Lists Part 2</title>
<pubDate>Tue, 18 Sep 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Lists-Part-2/28591</link>
<description>
<![CDATA[We begin with a list named ‘greek_letters’, with the first five Greek letters. We tell the terminal to print the third value with the command ‘greek_letters[2]’, which accesses the third value in the ...
<br><a href="http://rsslinks.industrybrains.com/click?sid=360&amp;scid=10113&amp;rqctid=4194&amp;lid=605547&amp;cid=145057&amp;pr=2&amp;tstamp=20091121000000&amp;iip=66.230.239.186&amp;url=http://HealthNews12.com/%3fchannel%3dIN%26search%3dIndustryBrainsDevShed">#Acai Weight Loss EXPOSED</a> Is Acai a Miracle or Scam? We Investigated &amp; Discovered - Read Now!]]>
</description><guid>http://www.tutorialized.com/tutorial/Lists-Part-2/28591</guid>
</item>
<item>
<title>Decision-Making</title>
<pubDate>Tue, 18 Sep 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Decision-Making/28588</link>
<description>
<![CDATA[Learn more about control structures: If, elif, and, or, ect. commands]]>
</description><guid>http://www.tutorialized.com/tutorial/Decision-Making/28588</guid>
</item>
<item>
<title>Loop-de-Loop-de-Loop</title>
<pubDate>Tue, 18 Sep 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Loop-de-Loop-de-Loop/28587</link>
<description>
<![CDATA[Today, we are going to talk about the while loop. It is a control structure. Normally, statements are executed from the top down line by line. A control structure decides when and if they will be exec...]]>
</description><guid>http://www.tutorialized.com/tutorial/Loop-de-Loop-de-Loop/28587</guid>
</item>
<item>
<title>More Printing, Arithmetic, and Comments</title>
<pubDate>Sun, 26 Aug 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/More-Printing%2C-Arithmetic%2C-and-Comments/27996</link>
<description>
<![CDATA[Learn more printing, Arithmetic, and comments in Python.]]>
</description><guid>http://www.tutorialized.com/tutorial/More-Printing%2C-Arithmetic%2C-and-Comments/27996</guid>
</item>
<item>
<title>Python Tutorial for beginners</title>
<pubDate>Sat, 21 Jul 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-Tutorial-for-beginners/27096</link>
<description>
<![CDATA[An introduction to python, made in python for beginner/nonprogrammers. So please visit this site if you are a complete beginner, it will definitley help, we also have an active chat box in there to ta...]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-Tutorial-for-beginners/27096</guid>
</item>
<item>
<title>Intro to Python Generators</title>
<pubDate>Wed, 30 May 2007 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Intro-to-Python-Generators/25775</link>
<description>
<![CDATA[Generators are a very cool Python abstraction that allows you to greatly simplify control flow and can also lead to much lower memory consumption.]]>
</description><guid>http://www.tutorialized.com/tutorial/Intro-to-Python-Generators/25775</guid>
</item>
<item>
<title>Programming for Absolute Beginners</title>
<pubDate>Sun, 16 Apr 2006 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Programming-for-Absolute-Beginners/12547</link>
<description>
<![CDATA[A head start in the coding world with a modern and easy to learn language.]]>
</description><guid>http://www.tutorialized.com/tutorial/Programming-for-Absolute-Beginners/12547</guid>
</item>
<item>
<title>Python 101 - Introduction to Python</title>
<pubDate>Thu, 01 Jan 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-101---Introduction-to-Python/1210</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 langua...]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-101---Introduction-to-Python/1210</guid>
</item>
<item>
<title>Python 201 -- (Slightly) Advanced Python Topics</title>
<pubDate>Thu, 01 Jan 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-201----%28Slightly%29-Advanced-Python-Topics/1211</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.tutorialized.com/tutorial/Python-201----%28Slightly%29-Advanced-Python-Topics/1211</guid>
</item>
<item>
<title>Python Babysteps Tutorial</title>
<pubDate>Thu, 01 Jan 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-Babysteps-Tutorial/1213</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...]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-Babysteps-Tutorial/1213</guid>
</item>
<item>
<title>Charming Python: Text processing in Python for beginners</title>
<pubDate>Thu, 01 Jan 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Charming-Python%3A-Text-processing-in-Python-for-beginners/1196</link>
<description>
<![CDATA[Along with several other popular scripting languages, Python is an excellent tool for scanning and manipulating textual data. This article summarizes Python's text processing facilities for the progra...]]>
</description><guid>http://www.tutorialized.com/tutorial/Charming-Python%3A-Text-processing-in-Python-for-beginners/1196</guid>
</item>
</channel>
</rss>