Thanks again Emile, I'll try out some examples. I found this one:
http://showmedo.com/videotutorials/video?name=2190050&fromSeriesID=219
quite enlightning.
One last doubt is: say the python code gets used by more Excel Users (different
pc), can I include in some way a dinamic generation of the i
ple, where i should tell the macro where to
locate the script...
Maurizio
--
http://mail.python.org/mailman/listinfo/python-list
ment'
command.
What would you suggest would be the more performing way to achieve my goals
as described above?
Thanks for you help
Maurizio
--
Maurizio
www.mauriziospadaccino.com
---
If you can avoid printing this e-mail, you are only doing good for our
planet.
--
http://mail.py
bash, but i'm learning python), that the reason why i tried to use numpy.
Fredrik Lundh wrote:
maurizio
wrote:
i tryed to use the module max of numpy,
the problem is that i don't know how to put the column of the file in
an array.
(i'm new in phyton).
anyway if you think t
i tryed to use the module max of numpy,
the problem is that i don't know how to put the column of the file in an
array.
(i'm new in phyton).
anyway if you think there is a better way.
Fredrik Lundh wrote:
maurizio
wrote:
which is the best way for the calculation of the maximu
which is the best way for the calculation of the maximum value in a
column of a file?
--
http://mail.python.org/mailman/listinfo/python-list
problem. Your version is ok w/ the minor difference
that the named group includes the '::' at the end. This can be
easily stripped off. Or maybe the regexp can be massaged further.
Thanks a lot,
Maurizio
--
http://mail.python.org/mailman/listinfo/python-list
Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> writes:
> On Wed, 02 Apr 2008 16:01:59 +, Maurizio Vitale wrote:
>
>> And yes, I'm a total beginner when it comes to Python, but it seems
>> very strange to me that a regex match on a finite length string
>
esn't terminate
Regards,
Maurizio
#!/usr/bin/env python
# -*- Python -*-
import re
if __name__ == '__main__':
r = re.compile (
r'(?:(?P(?:(?:::)?\w+)*)::)?'
r'(?P\w+)'
r'(?:\((?P[^\)]*