Re: Which way is best to execute a Python script in Excel?

2012-07-07 Thread Maurizio Spadaccino
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

Re: Which way is best to execute a Python script in Excel?

2012-07-06 Thread Maurizio Spadaccino
ple, where i should tell the macro where to locate the script... Maurizio -- http://mail.python.org/mailman/listinfo/python-list

Which way is best to execute a Python script in Excel?

2012-07-05 Thread Maurizio Spadaccino
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

Re: Re: maximum value in a column of file

2008-07-23 Thread maurizio
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

Re: Re: maximum value in a column of file

2008-07-23 Thread maurizio
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

maximum value in a column of file

2008-07-23 Thread maurizio
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

Re: non-terminating regex match

2008-04-02 Thread Maurizio Vitale
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

Re: non-terminating regex match

2008-04-02 Thread Maurizio Vitale
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 >

non-terminating regex match

2008-04-02 Thread Maurizio Vitale
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[^\)]*