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
Project pane.
No files have been opened in the
Editor pane.
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
their file names.
- 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.
|