Re: Plotting 3d points

2008-02-10 Thread Elby
Matplotlib as some 3D capabilities too. You can have a look at these examples : http://scipy.org/Cookbook/Matplotlib/mplot3D -- http://mail.python.org/mailman/listinfo/python-list

How to modify a file 'in place' ?

2005-07-22 Thread Elby
n glob('*.txt')]: f.write(regex.sub('',f.read())) f.close() Of course, this example is very basic and my class Modif_File does not take into account : - the right of the file - the mode of the file (binairy/text) - ...etc What is the best way to do it ? -- Elby -- http://mail.python.org/mailman/listinfo/python-list