Don't get your hopes up. The Python feature of this calculator is incredibly disappointing -- it's basically only there as a "checkbox" feature for some European school curricula which require it.
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.
Don't get your hopes up. The Python feature of this calculator is incredibly disappointing -- it's basically only there as a "checkbox" feature for some European school curricula which require it.
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.