python web front package페이지 소스 코드 보기를 해보면 파이썬 코드가 보일 겁니다script 부분에 type이 text/pythonprint는 console.log로 변환 brython-dev/brythonBrython (Browser Python) is an implementation of Python 3 running in the browser - brython-dev/brythonhttps://github.com/brython-dev/brython?utm_source=tldrnewsletterBrythonWithout a doubt, you've seen a clock like this in demos of HTML5 However, right click and view the source of this page... It is not Javascript code! Instead, you will find Python code in a script of type "text/python". Brython is designed to replace Javascript as the scripting language for the Web.https://brython.info/파이썬을 웹에서 실행하기안녕하세요. 프즈입니다. Brython 이라고 웹 개발을 자바스크립트가 아니라 파이썬으로 할 수 있도록 가능하게 해주는 것이 있어요 발음을 브리튼? 이라고 들리던데 이름은 Browser 와 Python 을 교묘하게 하나로 만들었더라고요 자세한 내용은 https://brython.info/ 여기서 확인해 볼 수 있어요 접속해서 보이는 시계도 파이썬 코드이고 그래서 페이지 소스 코드 보기를 해보면 파이썬 코드가 보일 겁니다 script 부분에 type이 text/python 이 보여요.https://tolovefeels.tistory.com/53