Today I worked on using curses in python to make a path finder that finds the shortest path to the end of a maze. I learned what its used for and how it makes it so that instead of needing to restart code when something is changed, it shows the changes to the code right in the terminal.