Create extension with Python code?


#1

Hello, where can I selecte Python code when I create an extension bloc?
I need to change the langage mode to be uploaded
I see this section, but can’t see where to select Python language?
http://www.mblock.cc/doc/en/developer-documentation/design-blocks-6-1.html#transode

Thanks

JL


#2

I found, clic on the line where is written the name off the language.


#4

@JLL To make an extension for a python device, you can go to
https://ext.mblock.cc/
and select add extension.

image

Then, select universal template:

image

Fill out your extension info (be sure to select a Python device) and click OK.
Now, select Python as your supported language:

And save your settings.

Then, edit your code!