반응형
Can Python be embedded in HTML like PHP and JSP?

파이썬은 PHP JSP처럼 HTML에 포함 할 수 있습니까?

 

 

Use a template engine, such as:

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.

 

 

 Template

 django  https://docs.djangoproject.com/en/dev/topics/templates/
 jinja2  http://jinja.pocoo.org/docs/
 mako  http://www.makotemplates.org/
 cheetah  http://www.cheetahtemplate.org/
 Cog  http://nedbatchelder.com/code/cog/

 

 

반응형

+ Recent posts