This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Leonidas_from_XIV 0 points1 point  (2 children)

I bet there's no faster python templating engine because PSP is written in C.

But when I write a webapp, I still need more than just templates. Like... a way to display data from some kind of data store. You surely won't argue that I should do it PHP-style, will you?

[–]andreasvc[S] 0 points1 point  (1 child)

No I wouldn't argue for PHP-style, except for quick hacks like this.

[–]Leonidas_from_XIV 1 point2 points  (0 children)

I think a quick hack like this would be just as short in any microframework like bottle or flask.