Home [Python] Pywebio
Post
Cancel

[Python] Pywebio

Streamlit이 Python으로 웹사이트를 쉽게 만들수 있었는데 Pywebio라는걸 발견

Streamlit 보다는 부족한게 많아 보이지만 이제는 python으로 웹사이트를 서비스 할 수 있을것 같은 기대감을 준것 같음

시간날때 한번 만들어보자. 간단한 데모 페이지로 사용하기 좋을듯 잠깐 1.3.3? 버전으로 해보니 모듈 찾을수 없다고 나와서 안해

1
2
from pywebio.input import *
ModuleNotFoundError: No module named 'pywebio.input'; 'pywebio' is not a package

참고

This post is licensed under CC BY 4.0 by the author.

[Python] 3.9버전에서 새롭게 사용할 수 있는 기능

[Python] Timeit Decorator (함수 실행시간 체크)