Articles by Adam Gladstone

Calling Python from C# using Python.NET

February 21, 2025 | Adam Gladstone

Introduction Recently, I’ve been using Python’s yfinance library to perform some simple portfolio analysis. Rather than using a Jupyter notebook to run the Python code and visualise the results, I thought it might be a nice idea to build a .NET desktop...
[...Read more...]

Python in Excel via Reticulate

November 11, 2024 | Adam Gladstone

Introduction This post describes a particular use-case for Python in Excel and how it was solved using the R package Reticulate 1.39.0 along with the ExcelRAddIn. A while back I read an interesting post on LinkedIn that identified a number of criteria...
[...Read more...]