Chapter 7

Working With Python Programs

The REPL is an incredibly useful tool to quickly learn new Python concepts and test your assumptions. Unfortunately, it’s not a great way to save or share our code. Let’s learn how to save our Python code into project files, so we can run it again and again.