Search Results

0
votes

What are the Worst Software Project Failures Ever?

There is a company in Boise, whose name I will not mention. Their purpose was to build a shopping engine that would be used for female shoppers to enjoy a virtual-mall-like shopping experience. Ins …
-1
votes

Reasons not to use django

One negative about Django (not a reason to not use it) is that you cannot use hard-core regex in your URL patterns, such as negative look behinds or it'll mess up the template tags like url. …
0
votes

Why is Ruby more suitable for Rails than Python?

The only thing different about Rails and Django, besides the clear advantage of a clean Python syntax vs all the ::=>@ stuff included free with ruby, not to mention the extra end end end end end, i …