반응형
Can Python be embedded in HTML like PHP and JSP?
파이썬은 PHP와 JSP처럼 HTML에 포함 할 수 있습니까?
Use a template engine, such as:
- Jinja2 (based on Django's templating)
- mako
- Cog
- Cheetah
The python wiki also has an article on this topic, with many more suggestions.
Yes, I recall there was a python ASP plugin from activestate that works this way.
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[Python] 웹 파이썬 shell - http://shell.appspot.com/ (0) | 2013.02.08 |
---|---|
[Python] aptana에 python 셋팅하기 (0) | 2013.02.08 |
[Python] Dreampie1.1.1 & Python 3.2 이상 실행시 UTF-8 어쩌고 하는 에러 발생시 (0) | 2013.02.07 |
[Python] 파이썬 작업툴 - 드림파이 https://launchpad.net/dreampie (0) | 2013.02.06 |
[python] Spring보다 쉽고 빠른 웹 개발 - 파이썬3 기반 웹프레임워크 (Pylatte) (0) | 2013.01.25 |