lambdak: multi-line lambda implementation in native Python

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Jan 16 16:24:33 EST 2015


Marko Rauhamaa wrote:
> Gregory Ewing <greg.ewing at canterbury.ac.nz>:
> 
>>If those are 24-bit RGB pixels, you could encode
>>3 characters in each pixel.
> 
> Not since Python3. Characters are Unicode now so you'll need to dedicate
> a pixel for each character.

Depends on which characters you want. With the
Flexible Chromatic Representation, it could be
anything from 1 to 3.

-- 
Greg



More information about the Python-list mailing list