Skip to content
Happy Programming Guide
Start learning

All guides

Every guide on the site, newest first. Explanations, projects and fixes written in plain English.

Python

Python try / except Explained

How to handle errors instead of crashing: catching specific exceptions, else and finally, raising your own, and why a bare except will…

4 min read

Keep going — pick your next guide

The fastest way to improve is to read one guide, then build the thing it describes. Start with the basics, or jump straight to a project.