Awesome Python package you need to install

Manpreet Singh
2 min readNov 19, 2021

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to this language, check out the link below to learn more:

Now, one of the weirdest things with Python is the error handling, they’re not the most appealing errors to look at, so what if there was a way to get better looking looking errors? Well, there actually is! This specific package is called PrettyErrors, check out their PyPi page below:

Take a look at the following example from their PyPi page:

You can see how much better these errors actually look like:

--

--