tornado is a template language created in 2009.
#460on PLDB | 14Years Old | 37.0kUsers |
4Books | 0Papers |
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<ul>
{% for item in items %}
<li>{{ escape(item) }}</li>
{% end %}
</ul>
</body>
</html>
title | authors | year | publisher |
---|---|---|---|
Tornado Hunter: Getting Inside the Most Violent Storms on Earth | Samaras, Tim and Bechtel, Stefan | 2009 | National Geographic |
Tornado Hunter: Getting Inside the Most Violent Storms on Earth | Bechtel, Stefan and Samaras, Tim | 2009 | National Geographic |
Introduction to Tornado | Michael Dory; Allison Parrish; Brendan Berg | 20120319 | O'Reilly Media, Inc. |
Introduction to Tornado | Michael Dory; Allison Parrish; Brendan Berg | 20120319 | O'Reilly Media, Inc. |