Solving your first linear program in Python

The 'why', 'what' and 'how' of linear programming in Python.

Bhaskar Agarwal
Towards Data Science
7 min readApr 5, 2020

--

Figuring out a cake recipe I do not remember. Photo by author.

You might have come across the term 'linear programming' at some point in data science or research. I will try to explain what it is and how one can implement a linear program in Python.

Why do we need a linear program?

--

--