Hello all,
I have made a python script to upload contact information from an excel
worksheet to an online database. One part of the program that really
tripped me up was when I wanted to call specific class methods that I
had made to deal with specific types of contact information (Parent's
Each type does contain its own parsing method. It's just that, as it
stands, one method is being used to shunt off the data to the correct
parsing method.
Matthew Dubins
David Stanek wrote:
On Thu, Dec 25, 2008 at 1:22 PM, Matthew Dubins
wrote:
Hello all,
I have made a python s