Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Django vs ASP.NET MVC [closed]

I am fairly new at web development scene, and I was wondering if you can help me break up the pros and cons of using python django vs asp.net mvc besides the maturity level of its framework.

I have intermediate experience with Java. As of right now, I am leaning towards Python, but I just wanted to make sure, I am making the right choice. I find myself limited with books available on asp.net web developments. I am aware that there is the storefront example on the official asp.net site. However, that tutorial was a little hard for me to follow. I've done a research around and was hoping python could be my next available choice. There are more tutorials available online for Python anyways.

What do you think?

like image 429
eddyc05 Avatar asked May 21 '10 02:05

eddyc05


2 Answers

It always make sens to do some research regarding technologies trends and professionals demand, you can do this by using Google tools, such as Google Trends enter image description here

It will save you time and help you to choose right direction. See more details about technology research here. Happy coding!

like image 117
Pavel Podlipensky Avatar answered Oct 05 '22 11:10

Pavel Podlipensky


ASP.NET MVC is pretty cool if you already know C# and/or ASP... but if you're starting from scratch, Django is (IMO) a better bet. You probably have more hosting options for Django, for one thing.

like image 22
Andrew McGregor Avatar answered Oct 05 '22 12:10

Andrew McGregor