vote up 0 vote down star

I'm doing a case study (well, hoping to) on a migration from Win/ASP/SQLServer to a Linux/Pylons/Pgsql codebase.

I was just wondering if anyone has any thoughts, pointers or experience in making such a dramatic shift.

flag
related: stackoverflow.com/questions/819056/… – codeape Oct 15 at 19:07

1 Answer

vote up 1 vote down

I have no experience with ASP or Pylons/Pgsql, but I did do a serious project in Django, and I recommend that.

Here are some SO links discussing ASP vs. Python and/or Django:

http://stackoverflow.com/questions/341993/is-django-development-faster-than-asp-net-for-small-medium-size-apps

http://stackoverflow.com/questions/97006/asp-net-mvc-vs-django-which-framework-should-i-learn

http://stackoverflow.com/questions/87522/if-it-is-decided-that-our-system-needs-an-overhaul-what-is-the-best-way-to-go-ab

http://stackoverflow.com/questions/624062/what-should-i-be-aware-of-when-moving-from-asp-net-to-python-for-web-development

link|flag
Second the django vote. It's a joy to work with, and the docs make everything that much better. – Paul McMillan Oct 16 at 1:47
Thanks, my question wasn't very clear. I'm doing the case study for my MBA, we've already started moving things from ASP to Pylons. I'm trying to do a business side justification for that. I third the Django vote, those docs are gorgeous. – dochead Oct 20 at 9:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.