1 min readApr 16, 2020
I’m sorry, I must have missed this — haha.
You make a great point, and in an ideal world, running things in Julia from a Python interface would be faster, however julia.py uses expression evaluation, meaning you actually lose speed from both languages, Julia and Python, so there is basically no point. Of course, I was not aware of this until I had done all of the performance tests — but it was still fun to do!