geekdoc-python-zh/docs/pythonlibrary/python-comes-to-texas-instr...

11 lines
1.3 KiB
Markdown

# Python 来到德州仪器和卡西欧图形计算器
> 原文:<https://www.blog.pythonlibrary.org/2021/08/20/python-comes-to-texas-instruments-and-casio-graphing-calculators/>
德州仪器宣布,他们正在添加一款名为 [TI-84 加 CE Python](https://education.ti.com/en/products/calculators/graphing-calculators/ti-84-plus-ce-python) 的新图形计算器。TI-84 Plus 使用 [CircuitPython](https://blog.adafruit.com/2021/05/20/python-snakes-its-way-to-the-ti-84-plus-ce-python-graphing-calculator-by-texas-instruments-runs-circuitpython-ticalculators) ,而不是大多数开发者都知道的标准 Python。
CircuitPython 是由 AdaFruit 为嵌入式设备开发的,比如计算器。你可以在 AdaFruit 的网站上阅读更多关于 CircuitPython 被添加到计算器中的信息。
卡西欧也有一个图形计算器,其中包括一个名为 [fx-CG50 PRIZM 计算器](https://blog.adafruit.com/2018/12/06/python-snakes-its-way-to-the-casio-graphing-fx-cg50-prizm-calculator-casioeducate-casiojapan-micropython-micropython/)的 Python 版本。它使用了 [MicroPython](https://micropython.org/) ,这也是 CircuitPython 所基于的。
希望惠普(HP)能看到曙光,并在他们的一个或多个图形计算器中加入 Python 支持。时间会证明一切。