Week 14: November 30 - December 4

Linear Programming

Linear programming problems are a special class of optimization problem where the objective function and constraints are linear functions of the variables. We explore one such problem and its solution using the scipy.optimize module.

Computing With Text

Project Gutenberg provides an online database of more than 49,000 free ebooks. We use Python's file handling functions to load and display the text of a classic play.

Week 14 Notebook

Python

NumPy

scipy.optimize


Quiz

There will be no quiz this week.


Assignment 10: Linear Programming

Activity: