Tag
Python
5 posts tagged "Python".
- 3 min read
Getting Started with CircuitPython
[CircuitPython](https://circuitpython.org) is a spin-off of the well-known [MicroPython](http://www.micropython.org). An efficient implementation of Python…
- 3 min read
MicroPython on an ESP32
ESPTools and Adafruit AMPY are required. Both can be installed using pip3. The recommended version of Python on the host is Python 3.7
- 1 min read
A picture is worth a thousand words...
Running Python from a SSH session on the Pre2  and…
- 1 min read
Python and PyGame meet WebOS =)
The PalmPDK includes a toolchain of GCC in order to build C and C++ applications, and Python is a nice one. The idea behind this is to allow webOS to run…