by mrintellectual on 4/13/22, 7:07 PM with 1 comments
by duskwuff on 4/13/22, 7:26 PM
The (Circuit)Python interpreter runs on a SAMD21 microcontroller, which is separate from the main eZ80 processor in the calculator. Python programs are limited to using the 32 KB of memory available in the SAMD21, run slowly, and have limited access to the hardware features of the calculator.