TurboGears2 tutorial to create a simple MVC application

In this post lets talk about, making a simple note taking application using TurboGears. The post assumes that you know what MVC means, and expects familiarity with python and virtual environment. We are about to design a simple note taking application,which provides the users the features to create, edit ...