Defining functions in an implementation file

Yu-Xi Lim yuxi at ece.gatech.edu
Tue Jul 18 17:44:50 EDT 2006


westymatt wrote:
> I am fairly new to python and I want to put alot of my functions in
> another python file and import or from it into my script so I can call
> the functions.  How is this done?
> 

What you are describing are modules. The Python Tutorial has some
information on this

http://docs.python.org/tut/node8.html



More information about the Python-list mailing list