Skip to content
Ben Alex Keen
  • Home
  • About
  • Blog
Menu Close
  • Home
  • About
  • Blog

Python

  1. Home>
  2. Python>
  3. Page 6

Linear Algebra using numpy – Vectors

  • Post author:Ben Keen
  • Post published:2nd November 2016
  • Post category:Python

Linear Algebra using numpy - Vectors In this post we explore some common linear algebra functions and their application in pure python and numpy Python lists are not vectors, they…

Continue ReadingLinear Algebra using numpy – Vectors

Resampling time series data with pandas

  • Post author:Ben Keen
  • Post published:23rd May 2016
  • Post category:Python

Resampling time series data with pandasIn this post, we'll be going through an example of resampling time series data using pandas. We're going to be tracking a self-driving car at…

Continue ReadingResampling time series data with pandas

Linear Programming with Python and PuLP

  • Post author:Ben Keen
  • Post published:1st April 2016
  • Post category:Python

Introduction to Linear Programming with Python and PuLP Linear Programming, also sometimes called linear optimisation, involves maximising or minimising a linear objective function, subject to a set of linear inequality…

Continue ReadingLinear Programming with Python and PuLP

Linear Programming with Python and PuLP – Part 6

  • Post author:Ben Keen
  • Post published:1st April 2016
  • Post category:Python

Introduction to Linear Programming with Python - Part 6Mocking conditional statements using binary constraints In part 5, I mentioned that in some cases it is possible to construct conditional statements…

Continue ReadingLinear Programming with Python and PuLP – Part 6

Linear Programming with Python and PuLP – Part 5

  • Post author:Ben Keen
  • Post published:1st April 2016
  • Post category:Python

Introduction to Linear Programming with Python - Part 5Using PuLP with pandas and binary constraints to solve a scheduling problem In this example, we'll be solving a scheduling problem. We…

Continue ReadingLinear Programming with Python and PuLP – Part 5

Linear Programming with Python and PuLP – Part 4

  • Post author:Ben Keen
  • Post published:1st April 2016
  • Post category:Python

Linear Programming with Python and PuLP - Part 4Real world examples - Blending Problem We're going to make some sausages! We have the following ingredients available to us: Ingredient Cost…

Continue ReadingLinear Programming with Python and PuLP – Part 4

Linear Programming with Python and PuLP – Part 3

  • Post author:Ben Keen
  • Post published:1st April 2016
  • Post category:Python

Linear Programming with Python and PuLP - Part 3 Real world examples - Resourcing Problem We'll now look at 2 more real world examples. The first is a resourcing problem…

Continue ReadingLinear Programming with Python and PuLP – Part 3

Linear Programming with Python and PuLP – Part 2

  • Post author:Ben Keen
  • Post published:1st April 2016
  • Post category:Python

Linear Programming with Python and PuLP - Part 2 Introduction to PuLP PuLP is an open source linear programming package for python. PuLP can be installed using pip, instructions here.…

Continue ReadingLinear Programming with Python and PuLP – Part 2

Linear Programming with Python and PuLP – Part 1

  • Post author:Ben Keen
  • Post published:1st April 2016
  • Post category:Python

  Linear Programming with Python and PuLP - Part 1 Introduction to Linear Programming   In this set of notebooks we will be looking at some linear programming problems and…

Continue ReadingLinear Programming with Python and PuLP – Part 1
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
© Ben Alex Keen