Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

XML Processing with Python - Python tutorial


This article illustrates the principle features of the Python language, and then examine the XML processing capabilities of Python.
Category: Python tutorials > XML - Difficulty:

More cool Python tutorials:



How to use Python's xml_objectify
How to use Python's xml_objectify
This article presents the xml_objectify module. It describes how to use xml_objectify and the advantages of using this "Pythonic" module for working with XML documents as objects.
Category: Python tutorials > XML - Difficulty:
Lists Part 2
Lists Part 2
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 list...
Category: Python tutorials > Basics - Difficulty:
Python Babysteps Tutorial
Python Babysteps Tutorial
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.
Category: Python tutorials > Basics - Difficulty:
Installing Python/Your First Script
Installing Python/Your First Script
In this tutorial, learn how install python on your computer and write your first script.
Category: Python tutorials > Basics - Difficulty:
Charming Python: Text processing in Python for beginners
Charming Python: Text processing in Python for beginners
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 programmer new to Python. The article explains some general concepts of regular expressions and offers advice on when to use (or not use) regular expressions while processing text.
Category: Python tutorials > Basics - Difficulty: