Run Python in Snap! projects

Project

You can run Python functions using this project! (This uses JavaScript extensions)

I made something similar earlier:

Can you explain how this works

It just uses some python in javascript library, they didn’t actually make a python parser.

They made it using PyScript which uses WebAssembly. I wouldn’t condone it, it is not endorsed by the developers at all

Anyways python is python

What does this mean?

I used Pyodide for fast compilation

Meaning this is a python compiler??

I like Python

IIRC, PyScript uses Pyodide.

I do, too. But this is the place for Snap!, not Python.

meaning I can’t use python

Hello berrydevv. While Python is a fantastic language, the Snap! forums are specifically dedicated to discussing block-based coding and sharing projects created within the platform, you well you can use python in snap because it has a lot of possibilities but if you are passionate about Python and want to engage in deeper discussions, I highly recommend checking out the official Python Community Forums at https://discuss.python.org/

Yes, PyScript uses Pyodide module, but I used only the Pyodide module, not the entire PyScript.