How to convert a Julia 3D array to a Python 3D list

If you’re saving to a file, use some common data format such as JSON. You can use JSON.jl to write it out and Python’s JSON stdlib to read it.