[Tutor] From Text Editor to Interpreter

Mark Weinem mark.weinem@uni-duisburg.de
Fri, 19 Jul 2002 13:34:19 +0200


On Fri, 19 Jul 2002, Mark Holder wrote:

> My question is: what steps must a rank amateur take to write the programs in a
> text file and then run them with the interpretor? I've downloaded ConTEXT,
> which saves text as a Python file, but how do I run such programs as the Spam
> salad recipe in Python?

Maybe you should learn some basics about your Operation System before
you start programming.

 - Open a texteditor, copy&paste the program code and save the file as
   spamsalad.py

 - Switch to the command line and type:

 		python spamsalad.py


And please, do not send html messages. 


Greetings, Mark