Friday, August 20, 2021

Mike Driscoll: Python Comes to Texas Instruments and Casio Graphing Calculators

Texas Instruments announced that they are adding a new graphing calculator called TI-84 Plus CE Python. The TI-84 Plus uses CircuitPython rather than the standard Python that most developers are aware of.

CircuitPython is made by AdaFruit for embedded devices, like a calculator. You can read more about CircuitPython being added to the calculator over on AdaFruit’s website.

CASIO also has a graphing calculator that includes a version of Python called the fx-CG50 PRIZM calculator. It uses MicroPython, which is what CircuitPython is based on.

Hopefully, Hewlett-Packard (HP) will see the light and add Python support to one or more of their graphing calculators as well. Time will tell.

The post Python Comes to Texas Instruments and Casio Graphing Calculators appeared first on Mouse Vs Python.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...