Feb 17 · 3 min read · Aah… I am at the crossroads - tried-and-true marriage (C++/Python) or solo act (Julia). For the past few months, I delved into many tools that act as a glue between C++ and Python, like nanobind, pybind11, SWIG, Boost.Python, etc. All of these looked...
Join discussionDec 8, 2025 · 5 min read · This post was written by Steven Whitaker. Ever wish your Python code could run faster on heavy calculations or simulations? With juliacall, you can call Julia straight from Python and instantly access blazing-fast performance and powerful scientific...
Join discussion
Nov 17, 2025 · 7 min read · This post was written by Steven Whitaker. The Julia programming language is a high-level language that is known, at least in part, for its outstanding composability. Much of Julia's composability stems from its multiple dispatch, which allows functi...
Join discussion
Oct 9, 2025 · 7 min read · This post was written by Steven Whitaker. A new version of the Julia programming language was just released! Version 1.12 is now the latest stable version of Julia. This release is a minor release, meaning it includes language enhancements and bug f...
Join discussion
Oct 1, 2025 · 22 min read · This post is a cleaned-up transcript of the JuliaCon 2025 talk Integrating Julia and MATLAB: Julia and MATLAB Can Coexist by Steven Whitaker. Check out the submission page for the talk abstract and summary. To download a PowerPoint of the talk slides...
Join discussion
Sep 29, 2025 · 6 min read · This post was written by Steven Whitaker. At GLCS, we're proud to have delivered innovative projects across top industries, including renewable energy, aerospace, and biomedical engineering. Our comprehensive Modeling and Simulation Services empowe...
Join discussion
Sep 8, 2025 · 9 min read · This post was written by Steven Whitaker. In this Julia for Devs post, we will discuss using Julia's Profile standard library for performance and allocation profiling. We will illustrate these tools with example code and then show how to improve the...
Join discussion
Aug 29, 2025 · 5 min read · Data science has emerged as a multidisciplinary field combining statistics, computer science, and domain knowledge to derive insights from data (Provost & Fawcett, 2013). While methodologies such as machine learning and visualization define its analy...
Join discussionAug 18, 2025 · 9 min read · This post was written by Steven Whitaker. In this Julia for Devs post, we will explore the fascinating world of using universal differential equations (UDEs) for model discovery. A UDE is a differential equation where part (or all) of it is defined ...
Join discussion