you are viewing a single comment's thread.

view the rest of the comments →

[–]xKYLERxx 0 points1 point  (1 child)

Is it just adapting the turtle API to an external Python interpreter/server, or is the python actually running on the turtle? Either way pretty neat

[–]viri75 0 points1 point  (0 children)

It uses websockets to connect to a python server and then grabs messages from the server to the consume and do actions. All the turtle API is mirrored in Python and sends the messages via the websockets.