Tornado is a nice python WSGI-compliant web server developed by guys at FriendFeed. It’s primarily thought as application server for python web frameworks and according to FriendFeed benchmarks, it’s blazing fast thanks to its non-blocking connections. UPDATE: For more performance info, James Abley pointed me to a very complete benchmark of available Python asynchronous webservers. [...]
Tag Archives: buildout
.gitignore for Django buildout
If you’re keeping your django buildout installation under git, you may find the following .gitignore list useful to prevent your commits from cluttering with ugly temporary files (of course it also applies to other revision control system ignore files). You may need to adapt folder names to your buildout.cfg setup.
Posted in Coding, How-tos Also tagged .gitignore, django, git, minitage, pyc, python Leave a comment
Buildout!
Of course building from sources packages like wxPython in buildout led me to this: (Remixed by Matt Hamilton, original from http://xkcd.com/303)