<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - 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>Thu, 16 Feb 2012 03:27:04 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:27:04 -0500</pubDate>
<item>
<title>Python from Scratch: Variables, Data Types and Control Structur</title>
<pubDate>Tue, 07 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-from-Scratch%3A-Variables%2C-Data-Types-and-Control-Structur/70069</link>
<description>
<![CDATA[Welcome back to Python from Scratch, where wefre learning Pythoncfrom scratch! In the last lesson, we installed Python and got set up. Today, wefre going to cover quite a bit, as we learn the essen...]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-from-Scratch%3A-Variables%2C-Data-Types-and-Control-Structur/70069</guid>
</item>
<item>
<title>Python 3.1 String and Quotes</title>
<pubDate>Mon, 06 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-3.1-String-and-Quotes/69148</link>
<description>
<![CDATA[In this second part of a three-part series that introduces you to Python, you'll learn about the importance of strings, how they work, and why Python uses three different kinds of quote marks. It is e...]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-3.1-String-and-Quotes/69148</guid>
</item>
<item>
<title>Python from Scratch: Getting Started</title>
<pubDate>Sun, 05 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-from-Scratch%3A-Getting-Started/68317</link>
<description>
<![CDATA[In this first lesson, were going to choose a version, install Python, and then create the obligatory Hello world script. If youre already familiar with Python, feel free to skip ahead to a later l...]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-from-Scratch%3A-Getting-Started/68317</guid>
</item>
<item>
<title>[python] tic-tac-toe</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/%5Bpython%5D-tic-tac-toe/64661</link>
<description>
<![CDATA[I've been reading a book about cryptography recently. The book in question is &quot;The Code Book - A Secret History of Codes and Code-Breaking&quot; by Simon Singh (Amazon link). While there is no pr...]]>
</description><guid>http://www.tutorialized.com/tutorial/%5Bpython%5D-tic-tac-toe/64661</guid>
</item>
<item>
<title>Python String Formatting</title>
<pubDate>Sat, 31 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Python-String-Formatting/62109</link>
<description>
<![CDATA[Python supports formatting of Strings. It has potential to use high complex level formatting. In this tutorial I am using simple formatting of Python Strings.]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-String-Formatting/62109</guid>
</item>
<item>
<title>Installing Python</title>
<pubDate>Sat, 31 Oct 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Installing-Python/61617</link>
<description>
<![CDATA[A simple tutorial with steps to installing Python, and its GUI (IDLE).      &quot;Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Installing-Python/61617</guid>
</item>
<item>
<title>How To Create Your First Python Program</title>
<pubDate>Tue, 08 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/How-To-Create-Your-First-Python-Program/60469</link>
<description>
<![CDATA[Wanna learn how to create your first python program , but dont know where to start. This is beginner, step by step tutorial with images that will help you trough process.]]>
</description><guid>http://www.tutorialized.com/tutorial/How-To-Create-Your-First-Python-Program/60469</guid>
</item>
<item>
<title>Tips for readable python code</title>
<pubDate>Fri, 04 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Tips-for-readable-python-code/56858</link>
<description>
<![CDATA[In this post I will try to explain some tricks I use to make python code more readable. These tips wont make your code shorter and it wont be better optimized, it will actually use more memory than ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Tips-for-readable-python-code/56858</guid>
</item>
<item>
<title>Extremely powerful and flexable Python Multiprocessing</title>
<pubDate>Fri, 05 Dec 2008 01:01:01 -0500</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...]]>
</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>Thu, 04 Dec 2008 01:01:01 -0500</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.]]>
</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>Tue, 02 Dec 2008 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...]]>
</description><guid>http://www.tutorialized.com/tutorial/Python-3-changes-breaks-backwards-compatibility/40914</guid>
</item>
<item>
<title>Lists Part 2</title>
<pubDate>Sat, 09 Dec 2006 01:01:01 -0500</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 ...]]>
</description><guid>http://www.tutorialized.com/tutorial/Lists-Part-2/28591</guid>
</item>
<item>
<title>Decision-Making</title>
<pubDate>Sat, 09 Dec 2006 01:01:01 -0500</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>More Printing, Arithmetic, and Comments</title>
<pubDate>Fri, 08 Dec 2006 01:01:01 -0500</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>Thu, 07 Dec 2006 01:01:01 -0500</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>
</channel>
</rss>
