On Wednesday, December 2, 2015 at 11:33:52 AM UTC-5, Forrest Curo wrote: > > Yes. I never would have thought of that, but it works. > > Thank you for writing one extremely useful julia package, and documenting > it clearly for anyone sufficiently familiar with julia > and python to follow; please add something like the following > prominently for the benefit of people less familiar with all this: >
It's already in the PyCall README, under "Usage". It says: The biggest difference from Python is that object attributes/members are accessed with o[:attribute] rather thano.attribute, and you use get(o, key) rather than o[key]. I've added an *Important* label to this sentence to make it more prominent.
