You can in general write julia libraries in julia, wheres you often need to resort to C if writing Python libraries, e.g. https://github.com/python-pillow/Pillow .
Therefore the native ecosystem is growing rather fast. On the other hand, Julia has great c and python interaction so making existing work accessible is not so difficult either.