Python Crawling & Data Mining
Jan 16, 2021 · Fundamentals
Why Python 3 Embraces Unicode Variable Names—and What Old Books Get Wrong
The article reveals that many recent Python books mistakenly claim variable names are limited to letters, digits, and underscores, explains how Python 3 fully supports Unicode identifiers—including Chinese characters—citing official documentation, PEP 3131, and practical code examples.
Identifierspep3131programming-fundamentals
0 likes · 6 min read
