Sunday, November 22, 2020

Talk Python to Me: #291 Operational Resilience with Pyomo

Do you have a scientific system that needs optimization or solving? Our guest, on this episode, Clark Petri is here to tell us all about pyomo. This is a library that can solve all sorts of cool problems, linear programming, nonlinear equations, and many other things you can throw at it. <br/> <br/> We're gonna solve a really fun diet problem: What is the most nutritious meal that you can eat for the least amount of money? The answer might surprise you a little bit! It's going to be a lot of fun. So listen in to hear about how Clark has used pyomo to do his work and how you might use it in yours.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Pyomo</b>: <a href="http://www.pyomo.org/" target="_blank" rel="noopener">pyomo.org</a><br/> <b>Clark on Twitter</b>: <a href="https://twitter.com/clarkpetri" target="_blank" rel="noopener">@clarkpetri</a><br/> <b>Center for Infrastructure Defense</b>: <a href="https://ift.tt/3m99b09" target="_blank" rel="noopener">nps.edu</a><br/> <b>Thesis</b>: <a href="https://ift.tt/3966XL7" target="_blank" rel="noopener">apps.dtic.mil</a><br/> <b>I’m not alone in my work post</b>: <a href="https://ift.tt/3fqjM3T" target="_blank" rel="noopener">morenuance.com</a><br/> <b>handcalcs package</b>: <a href="https://ift.tt/3gn9Fw0" target="_blank" rel="noopener">github.com</a><br/> <b>Diet optimization problem</b>: <a href="https://ift.tt/2HqzP5j" target="_blank" rel="noopener">nbviewer.jupyter.org</a><br/> <br/> <b>Talk Python [Pro Edition]</b>: <a href="https://ift.tt/2J3zeXY" target="_blank" rel="noopener">talkpython.fm/pro</a><br/> <b>Black Friday at Talk Python</b>: <a href="https://ift.tt/3nPZQuC" target="_blank" rel="noopener">talkpython.fm/blackfriday</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/2PVc9qH Python Training</a><br> <a href='https://ift.tt/34qNZMT>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...