You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although PyCall converts objects to opaque wrapper types as a fallback, there is a long list of types for which a native conversion would be preferable:
Julia Range <---> Python xrange
Julia Set <---> Python set
Julia composite types <---> Python classes
Julia CalendarTime (from Calendar.jl)DateTime <---> Python datetime (via API)