Python preparations

Python preparations#

In this book you can use the interactive python functionality to run the code in your browser. However, you’ll need to install Python to be able to do the analysis on your own computer. The following chapter will guide you through the installation, show you the basics of Jupyter Notebooks and Python, and show you a template of how we’ll code optimization problems.