Friday, July 10, 2020

Test and Code: 121: Industrial 3D Printing & Python, Finite State Machines, and Simulating Hardware - Len Wanger

Len Wanger works on industrial 3D printers. And I was pleased to find out that
there's a bunch of Python in those printers as well.

In this episode we talk about:

  • 3D printers
  • What are the different types of 3D printers?
  • Where are 3D printed industrial parts being used?
  • Why use one type of additive manufacturing over another?
  • Python in 3D printing hardware.
  • What are Finite State Machines, FSMs?
  • Benefits of FSMs for testing, logging, and breaking a complex behavior into small testable parts.
  • Benefits of simulation in writing and testing software to control hardware.

Special Guest: Len Wanger.

Sponsored By:

Support Test & Code : Python Testing for Software Engineering

Links:

<p>Len Wanger works on industrial 3D printers. And I was pleased to find out that<br> there&#39;s a bunch of Python in those printers as well. </p> <p>In this episode we talk about:</p> <ul> <li>3D printers</li> <li>What are the different types of 3D printers?</li> <li>Where are 3D printed industrial parts being used?</li> <li>Why use one type of additive manufacturing over another?</li> <li>Python in 3D printing hardware.</li> <li>What are Finite State Machines, FSMs?</li> <li>Benefits of FSMs for testing, logging, and breaking a complex behavior into small testable parts.</li> <li>Benefits of simulation in writing and testing software to control hardware.</li> </ul><p>Special Guest: Len Wanger.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2OfczqA" rel="nofollow">CircleCI</a>: <a href="https://ift.tt/2OfczqA" rel="nofollow">Continuous integration and deployment with faster performance, complete control, and unparalleled flexibility.</a></li><li><a href="https://ift.tt/3eBYfEe" rel="nofollow">Datadog</a>: <a href="https://ift.tt/3eBYfEe" rel="nofollow">Modern monitoring & security. See inside any stack, any app, at any scale, anywhere. </a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code : Python Testing for Software Engineering</a></p><p>Links:</p><ul><li><a href="https://ift.tt/322DWwn" title="pystate" rel="nofollow">pystate</a> &mdash; Python package for co-routine base state machines</li><li><a href="https://ift.tt/2W33R3l" title="Impossible Objects" rel="nofollow">Impossible Objects</a> &mdash; Composite 3D Printing</li><li><a href="https://ift.tt/X9j66H" title="Finite-state machine, FSM" rel="nofollow">Finite-state machine, FSM</a></li></ul>

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...