python

Can Python with Julia be faster than low-level code?
Can Python with Julia be …

I worked on this blog post working for eScience Center. This is the third and last part of a three-part series. Co-authored by Faruk Diblen. Check the blog post here.

Speed up your Python code using Julia
Speed up your Python code …

I worked on this blog post working for the Netherlands eScience Center. This is the second part of a three-part series. Co-authored by Faruk Diblen. Check the blog post here.

How to call Julia code from Python
How to call Julia code …

I worked on this blog post working for the Netherlands eScience Center. This is the first part of a three-part series. Co-authored by Faruk Diblen. Check the blog post here.

perprof-py: A Performance …

One of the things I worked with was a Performance Profile tool, in the sense of Dolan and Moré. This tool, perprof-py, written in Python, reads input in the form of a table of problem with time and exitflag, and outputs a image/pdf with the performance profile. This tool is very important for the …