typed-ffmpeg icon indicating copy to clipboard operation
typed-ffmpeg copied to clipboard

online editor

Open lucemia opened this issue 1 year ago • 3 comments

https://www.infoworld.com/article/3661628/intro-to-pyscript-run-python-in-your-web-browser.html

lucemia avatar Mar 29 '24 06:03 lucemia

https://pyodide.org/en/stable/

lucemia avatar Mar 29 '24 09:03 lucemia

https://github.com/brython-dev/brython/releases

lucemia avatar Mar 29 '24 09:03 lucemia

Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python package with a wheel available on PyPI is supported. Many packages with C extensions have also been ported for use with Pyodide. These include many general-purpose packages such as regex, pyyaml, lxml and scientific Python packages including numpy, pandas, scipy, matplotlib, and scikit-learn.

lucemia avatar Mar 29 '24 09:03 lucemia