Page 1 of 1

Embedded MicroPython

Posted: Sun Dec 15, 2024 2:05 pm
by the.weavster
It seems it's possible to embed MicroPython in a C program: https://github.com/micropython/micropyt ... /README.md

Not only would it be a great addition to enable providing a scripting language to users of an application developed in PB but it could be very useful for an app internally too as Python's syntax and dictionary are great for working with serialized data like JSON.

Now PB has TLS embedded scripting would be great for creating application servers too.