2012年6月27日 星期三

python template

python
http://wiki.python.org/moin/Templating

ex:


  <%
  for item in items:
    %>
    <%
  %>
Name <%= item.name %>




ruby :: erb lib

python interface for c

swig
http://www.swig.org/Doc1.3/Python.html

boost python
http://www.boost.org/doc/libs/1_49_0/libs/python/doc/

python ctype
inline