I am participating in a student team and we are going to develop a web-site. I have experience in developing web sites using ASP.Net and C# as codebehind (in visual studio). So basically we were wondering if we can make the same thing but with Eclipse and Python. Any suggestions will be appreciated.
Asked
Active
Viewed 416 times
1 Answers
1
I don't think there's much support you can get from Eclipse for Python web frameworks, with one minor exception: PyDev (Python plugin for Eclipse) offers some basic tools for Django framework.
Speaking of frameworks alone, Django is a good one to start with (and it's very popular). If you need more flexibility, you can try Pyramid, or Turbo Gears. There are in fact many possibilities, take a look here.

Code Painters
- 7,175
- 2
- 31
- 47