Python Tutorial

 

Table of Contents

Opening the Tutorial Project

Create the Python Tutorial Project

New Project To create a set of project and program files for the Python Tutorial, click here. You will be prompted to specify the destination directory for the Python Tutorial project and associated files.

Existing Project If you have already made a working copy of the Python Tutorial project and wish to use that copy instead of creating a new working copy, select File|Open|Project and navigate to the directory where you copied the project. Open the file python_tutorial.kpf. The files included in the tutorial project are displayed in the Projects pane. No files have been opened in the Editor pane.

Top

Open the Python Tutorial File

In the Projects pane, double click the file xmlrpcdemo.py. This file will be opened in the Editor pane; a tab at the top of the pane displays its name.

Overview of the Tutorial File

  • xmlrpcdemo.py This Python program will connect to a server on the O'Reilly Network and, using XML-RPC, extract links to articles from the O'Reilly's Meerkat content reader.

Top Previous Next