Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Defacto Project Template for Python Tornado

Tags:

python

tornado

Can someone recommend a project skeleton for python tornado? I suppose it's easy enough to roll my own but I'm curious what else is out there since (obviously) others have been down this road before.

like image 304
Keith Fitzgerald Avatar asked Nov 18 '10 22:11

Keith Fitzgerald


3 Answers

You can find mine on https://github.com/bastienlabelle/tornado-base-app It's worth what it's worth (so it's probably not the best skeleton project out there), but I use it everytime I start a tornado app.

like image 64
Bastien Labelle Avatar answered Nov 06 '22 10:11

Bastien Labelle


I tried using Bueda's boilerplate which is OK, although it turned out to be overkill for my needs.

like image 3
Cole Maclean Avatar answered Nov 06 '22 10:11

Cole Maclean


I've found the Introduction To Tornado sample codes to be extremely useful and well written. And I don't even own the book.

like image 2
gaborous Avatar answered Nov 06 '22 10:11

gaborous