My name is Abel Soares Siqueira, I’m Brazilian, working as a Research Software Engineer at the Netherlands eScience Center since 2021, I have a YouTube channel, and I am involved in a few open source projects. Read more following the links at the top.
Latest blog post
Best Frenemies: Julia and Python
Julia and Python are often seen as competitors, but in this video I want to show the integration between them. Using the PythonCall and the JuliaCall packages we can call Julia from Python and Python from Julia. Check the video out or check edited transcript below.
Don’t forget to like and subscribe.
Download the python-from-julia.jl Pluto notebook.
Download the julia-from-python.ipynb Jupyter notebook.
There are currently two ways to integrate Python in Julia and Julia in Python.
read moreOptimization in the Julia Programming Language
Julia Smooth Optimizers (JSO)
JSO is one of the largest Julia organizations on GitHub. It contains over 50 packages for Linear Algebra,
and Optimization.