Hacker News new | ask | show | jobs
by ryantmulligan 6964 days ago
what's WSGI?
2 comments

Check this video from the maker of Pylons to get a good overview of WSGI - http://video.google.com/videoplay?docid=-872784530622495809
Web Server Gateway Interface; a standard for python webapps. check out http://wsgi.org/ for more info.