In the past I have used the academic versions of Gurobi and Mosek for solving various optimization problems using various Python and Julia libraries that call the solvers.
However, I want to learn how to use freely available good solvers like HiGHS. From the documentation I cannot figure out how exactly one interfaces the solver to Python/Julia and the examples are not quite helpful.
Is there some tutorial on how to write/implement some simple LP problem using HiGHS?