Benefits of unicode identifiers

Terry Reedy tjreedy at udel.edu
Fri Nov 24 15:18:37 EST 2017


On 11/24/2017 7:12 AM, bartc wrote:
>> π = 3.141;
> 
> That's great. But how do I type it on my keyboard? How do I view someone 
> else's code on my crappy ASCII text editor?

Input is a problem, but for reading, Python comes with a half-way decent 
Unicode BMP code editor, IDLE.  No one needs to use a 'crappy ASCII text 
editor' for such code.

-- 
Terry Jan Reedy





More information about the Python-list mailing list