Opening the 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/Toolbox Pane.
No files have been opened in the
Editor Pane.
Top
In the Projects/Toolbox 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.
- 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.
|