Re: Python/Excel AddIn (was:Re: Does Python have a Template::Extract equivalent from Perl's CPAN)

2005-05-27 Thread combinational.logic $ soc-ip.com
Thanks Paul! When I get a chance I'll mess around with Py + Excel as you have suggested . I was hoping not to have to deal with VBScript :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Does Python have a Template::Extract equivalent from Perl's CPAN

2005-05-27 Thread combinational.logic $ soc-ip.com
Can you please elaborate on how to use Python for MS Excel AddIn development? Is this easy to do? I would love to be able to create custom extensions to Excel using python! IMHO Python is much better than Perl due to its OOP features. Cheers, CL -- http://mail.python.org/mailman/listinfo/py

Inheritance, polymorphism, and introspection in Python

2005-05-27 Thread combinational.logic $ soc-ip.com
The following website (http://www.soc-ip.com/weblog) has an example of inheritance, polymorphism, and introspection in Python. The example shows a simple classification system for microprocessors. Hopefully someone will find this interesting / useful. -- http://mail.python.org/mailman/listinfo/