Sitemap

Member-only story

A Detailed Explanation of Alan Becker’s “Animation vs. Coding”

The Best beginner guide for Python learners.

14 min readMar 3, 2025

--

Alan Becker just posted another great video about coding.

If you haven’t watched it yet, go watch it now!

In this article, I gonna to explain every detail.

NameError

Press enter or click to view image in full size

Initially, the Yellow dude tried to type hello directly. In this case, the Python interpreter thought it was a variable name, but it can be found hello in the context, so the interpreter will throw an NameError exception.

Press enter or click to view image in full size

If you want to use a variable, declare it first!

Press enter or click to view image in full size

print()

--

--

Shuai Li
Shuai Li

Written by Shuai Li

An enthusiastic game player of Earth Online.