Β· Steve Grice Β· quick python  Β· 1 min read

Quick Python 3: Error Handling (Actually pretty useful!)

In this video, we keep the user in line! With error handling, we can specify what type of input we’re expecting to receive. This basic skill will also be useful for countless other situations as you continue your Python journey.

Check out the source code here:

https://github.com/stephengrice/education/tree/master/Quick_Python/03_Error_Handling

If you need to install Python, we have you covered! Check out our Done in 90 Seconds series to get it installed FAST!

Contents
Back to Blog