<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
<channel rdf:about="http://feeds2.feedburner.com/tutorialhero-342">
<title>Free Python Tutorials - Best Python tutorials at Tutorial Hero</title>
<link>http://feeds2.feedburner.com/tutorialhero-342</link>
<description>Free Python tutorials - updated every hour. Tutorial Hero - your daily source for online tutorials</description>
<dc:language>en-us</dc:language>
<dc:rights>(c) 2009 TutorialHero.com</dc:rights>
<dc:date>2018-10-16T02:23:38+01:00</dc:date>
<dc:creator>Tutorial Hero</dc:creator>
<dc:subject>Free Python tutorials</dc:subject>
<items>
<rdf:Seq><rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-80074-python_from_scratch_variables_data_types_and_control_structur.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-79510-python_3.1_string_and_quotes.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-78933-testing_in_python_using_doctest.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-78932-python_using_doctest_for_documentation.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-78934-python_from_scratch_getting_started.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75751-[detailed_guide]_programming_and_you_.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75752-printing_text_in_python.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75753-learning_python_part_5_(modules).php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75754-learning_python_part_4_(a_look_at_functions).php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75755-learning_python_part_3_(lists_dictionaries_and_tuples).php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75760-developing_a_basic_irc_bot_with_python.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75757-learning_python_part_1_(getting_started_and_first_program).php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75763-python_on_google_app_engine_creating_blog_engine._part_2.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75761-learning_pygame(simple_2d)_part_3_recognizing_clicks.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75764-printing_text_in_python_part_2.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75765-learning_pygame(simple_2d)_part_4_displaying_x__o__status.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75766-learning_pygame(simple_2d)_part_1.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75767-learning_pygame(simple_2d)_part_2_initializing_the_board_and_showing_it.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75768-tic_tac_toe_in_python.php"/>
<rdf:li rdf:resource="http://www.tutorialhero.com/tutorial-75769-sudoku_solver_in_python_d.php"/>
</rdf:Seq>
</items>
<image rdf:resource="http://www.tutorialhero.com/logo.gif"/>
</channel>
<item rdf:about="http://www.tutorialhero.com/tutorial-80074-python_from_scratch_variables_data_types_and_control_structur.php">
<title>Python from Scratch: Variables, Data Types and Control Structur - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-80074-python_from_scratch_variables_data_types_and_control_structur.php</link>
<description>Welcome back to Python from Scratch, where we?fre learning Python?cfrom scratch! In the last lesson, we installed Python and got set up. Today, we?fre going to cover quite a bit, as we learn the essentials. We?fll review variables, operators, and then finish up by learning about control structures to manage the flow of your data.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-80074-python_from_scratch_variables_data_types_and_control_structur.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-79510-python_3.1_string_and_quotes.php">
<title>Python 3.1 String and Quotes - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-79510-python_3.1_string_and_quotes.php</link>
<description>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 excerpted from the book Beginning Python: Using Python 2.6 and Python 3.1,, written by James Payne,</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-79510-python_3.1_string_and_quotes.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-78933-testing_in_python_using_doctest.php">
<title>Testing in Python using doctest - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-78933-testing_in_python_using_doctest.php</link>
<description>In this article by Greg Lee Turnquist, author of Python Testing Cookbook, we will cover:?Coding a test harness for doctest?Filtering out test noise?Testing the edges?Testing corner cases by iteration?Getting nosy with doctest</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-78933-testing_in_python_using_doctest.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-78932-python_using_doctest_for_documentation.php">
<title>Python: Using doctest for Documentation - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-78932-python_using_doctest_for_documentation.php</link>
<description>Python provides the useful ability to embed comments inside functions that are accessible from a Python shell. These are known as docstrings. A docstring provides the ability to embed not only information, but also code samples that are runnable.In this article, we will explore different ways to use doctest to develop documentation.In this article by Greg Lee Turnquist, author of Python Testing Cookbook, we will cover:?Documenting the basics?Catching stack traces?Running doctests from the command line?Printing out all your documentation including a status report</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-78932-python_using_doctest_for_documentation.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-78934-python_from_scratch_getting_started.php">
<title>Python from Scratch: Getting Started - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-78934-python_from_scratch_getting_started.php</link>
<description>In this first lesson, we?re going to choose a version, install Python, and then create the obligatory ?Hello world? script. If you?re already familiar with Python, feel free to skip ahead to a later lesson in the series.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-78934-python_from_scratch_getting_started.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75751-[detailed_guide]_programming_and_you_.php">
<title>[Detailed Guide] Programming and You!  - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75751-[detailed_guide]_programming_and_you_.php</link>
<description>This is an old guide I made about a year or so ago and today I have decided to clean it up a bit and make it better. This guide should go according to Python 2.6. I would update this guide but, I have not used Python since (Anyone wanting to alter this guide and make it compatible for 3.0 is welcome. Send me a PM with the changes and I will include credits).</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75751-[detailed_guide]_programming_and_you_.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75752-printing_text_in_python.php">
<title>Printing Text in Python - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75752-printing_text_in_python.php</link>
<description>This is a simple tutorial going over the most basic way of printing text in Python. For this tutorial I am using Python 2.6.4. You can get Python here.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75752-printing_text_in_python.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75753-learning_python_part_5_(modules).php">
<title>Learning python part 5 (modules) - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75753-learning_python_part_5_(modules).php</link>
<description>Modules are a fantastic and easy tool to start using. They speed up the coding progress considerably if you're able to find the right modules. An example of this is a module i've been using alot recently, Pygame. What this module allows you to do is easy 2d game making. These modules are made to ease programming in python. </description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75753-learning_python_part_5_(modules).php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75754-learning_python_part_4_(a_look_at_functions).php">
<title>learning python part 4 (a look at functions) - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75754-learning_python_part_4_(a_look_at_functions).php</link>
<description>Let's start of with a simple functionWhat this does is it defines the function add(). a and b are parameters that are requested</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75754-learning_python_part_4_(a_look_at_functions).php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75755-learning_python_part_3_(lists_dictionaries_and_tuples).php">
<title>learning python part 3 (lists, dictionaries and tuples) - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75755-learning_python_part_3_(lists_dictionaries_and_tuples).php</link>
<description>In this tutorial i will try my best to go over lists, dictionaries and tuple. All of these are really powerful and shouldn't be looked over as they provide really useful tools that will speed up the coding process considerably. Let's get started then.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75755-learning_python_part_3_(lists_dictionaries_and_tuples).php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75760-developing_a_basic_irc_bot_with_python.php">
<title>Developing a Basic IRC Bot with Python - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75760-developing_a_basic_irc_bot_with_python.php</link>
<description>Ok here is My Attempt at a Python IRC Bot Tutorial.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75760-developing_a_basic_irc_bot_with_python.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75757-learning_python_part_1_(getting_started_and_first_program).php">
<title>Learning Python part 1 (Getting started and first program) - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75757-learning_python_part_1_(getting_started_and_first_program).php</link>
<description>part 1 Getting started and first programInstalling python:To get started on using python you have to install an interpreter....</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75757-learning_python_part_1_(getting_started_and_first_program).php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75763-python_on_google_app_engine_creating_blog_engine._part_2.php">
<title>Python on Google App Engine: Creating blog engine. Part 2 - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75763-python_on_google_app_engine_creating_blog_engine._part_2.php</link>
<description>In last part we configured very basic Flask application for Google App Engine. In this part we will add some models and forms to our application. Let's start with model Post which represents blog post. Create file blogmodels.py:</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75763-python_on_google_app_engine_creating_blog_engine._part_2.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75761-learning_pygame(simple_2d)_part_3_recognizing_clicks.php">
<title>Learning Pygame(simple 2d), part 3 Recognizing clicks - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75761-learning_pygame(simple_2d)_part_3_recognizing_clicks.php</link>
<description>Now that you have a screen we need to do some work on the clicking a square and displaying the result. So far we have:</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75761-learning_pygame(simple_2d)_part_3_recognizing_clicks.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75764-printing_text_in_python_part_2.php">
<title>Printing Text in Python - Part 2 - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75764-printing_text_in_python_part_2.php</link>
<description>This tutorial will build on what you learned in Printing Text in Python - Part 1. For this tutorial I am using Python 2.6.4. You can get Python here.For instructions on opening up the Python IDLE, please see Part 1 of this tutorial.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75764-printing_text_in_python_part_2.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75765-learning_pygame(simple_2d)_part_4_displaying_x__o__status.php">
<title>Learning Pygame(simple 2d), part 4 Displaying X  O  status - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75765-learning_pygame(simple_2d)_part_4_displaying_x__o__status.php</link>
<description>Now that we have our basics of clicking and a basic screen, let's display some characters!Right now we have:</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75765-learning_pygame(simple_2d)_part_4_displaying_x__o__status.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75766-learning_pygame(simple_2d)_part_1.php">
<title>Learning Pygame(simple 2d), part 1 - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75766-learning_pygame(simple_2d)_part_1.php</link>
<description>To start out with, Pygame is a simple 2d game library for Python.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75766-learning_pygame(simple_2d)_part_1.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75767-learning_pygame(simple_2d)_part_2_initializing_the_board_and_showing_it.php">
<title>Learning Pygame(simple 2d), part 2 Initializing the Board and Showing it - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75767-learning_pygame(simple_2d)_part_2_initializing_the_board_and_showing_it.php</link>
<description>What we have now is the simplest of the simple(almost) of pygame programs.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75767-learning_pygame(simple_2d)_part_2_initializing_the_board_and_showing_it.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75768-tic_tac_toe_in_python.php">
<title>Tic-Tac-Toe in Python - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75768-tic_tac_toe_in_python.php</link>
<description>I will in this tutorial show how to make a Tic-Tac-Toe game in Python. It will include functions, lists, if statements, while loops, for loops, error handling etc.</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75768-tic_tac_toe_in_python.php</feedburner:origLink>
</item>
<item rdf:about="http://www.tutorialhero.com/tutorial-75769-sudoku_solver_in_python_d.php">
<title>Sudoku solver in python :D - Python tutorial</title>
<link>http://www.tutorialhero.com/tutorial-75769-sudoku_solver_in_python_d.php</link>
<description>So, this is my first try at this, actually the first time I've even had my code evaluated by anyone else, so here goes:</description>
<feedburner:origLink>http://www.tutorialhero.com/tutorial-75769-sudoku_solver_in_python_d.php</feedburner:origLink>
</item>
</rdf:RDF>
