pyscript
-
[PyScript] html에서 파이썬 코드 실행하는 프레임워크Programming/Python 2022. 5. 23. 16:53
https://github.com/pyscript/pyscript 깃허브 주소 GitHub - pyscript/pyscript: Home Page: https://pyscript.net Examples: https://pyscript.net/examples Home Page: https://pyscript.net Examples: https://pyscript.net/examples - GitHub - pyscript/pyscript: Home Page: https://pyscript.net Examples: https://pyscript.net/examples github.com 전체코드 print('Hello, World!') 사용법 1. html의 head태그에 아래 코드 추가 2. body태그 안..