[Tutor] hey question bout python

alan.gauld@bt.com alan.gauld@bt.com
Tue, 11 Jan 2000 10:08:40 -0000


> hey to program do u have to create a bunch of indivual .py 
> files then create 
> one more .py file to import all those other files together

You don't have to do it that way, you can put it all 
in 1 big file if you prefer.

The advantage of splitting it down is that you can then 
reuse the files in other projects and it is usually easier 
to maintain too: easier to find the error, only one small 
file to re-test etc

Alan G.