This site requires Javascript to run properly. Javascript is currently Disabled in your browser.
To learn how to enable Javascript, click here.
TSoG.tv: Foundations in Python - Pilot/Finite State Machines
From The Shoulders of Giants
Show | Foundations |
---|---|
Series | Foundations in Python - Pilot |
Audience | Copernicus |
Episode | 17 |
Hosted by | Dr. Foland |
Air Date | August 6, 2019 |
Format | Live Stream |
Episode Description
Dr. Foland discusses the concept of finite state machines (FSMs) as a method of organizing our way of thinking about how to structure interactions with objects in Python.
He also plays a bit of the classic text-based adventure game Zork as an example of users interacting with a simple game world, and begins coding a few in-game objects of our own!