How To Reverse A Linked List — Explained Visually Using Python

I actually took quite a while to understand how to do this a couple of years back, and hope to explain this as clearly as possible. If you’re completely new to linked lists, I’ve previously written a short article explaining essentially what they are and how to code them here: