Live data from Hacker News

Poll: YC Startups, do you use Django, Rails, PHP or Other?

news.ycombinator.com

31–40 of 58 posts

Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?

#31
I use both rails and django, and my impression is that although both frameworks were released at roughly the same time, they are both at very different points of the hype curve, with rails pulling out of the Trough of Disillusionment, and django rising to peak hype.

Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?

#32
post #29

Incidentally, these answers are mostly not from YC-funded startups, if that's what you meant to ask about.

Do you have the stats for YC-funded companies? It'd be a nice leading indicator and if it means that more people pick up the languages/frameworks they use, that's a win/win for everyone.

Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?

#35
post #20

Pylons

Pylons has served us pretty well in so far as it seems a more modular approach vs. django. Pylons encourages you to tweak the framework itself as you see fit. In our case, we incorporate a bunch of custom framework code. I'm sure you could do this with django, but it just feels better with a minimal, modular framework vs. something that is on the monolithic side of things.

Re: Poll: YC Startups, do you use Django, Rails, PHP or Other?

#36
post #20

Pylons

Pylons has served us pretty well in so far as it seems a more modular approach vs. django. Pylons encourages you to tweak the framework itself as you see fit. In our case, we incorporate a bunch of custom framework code. I'm sure you could do this with django, but it just feels better with a minimal, modular framework vs. something that is on the monolithic side of things.

Yes i agree, thats why when we were choosing our framework we ended up deciding between cherrypy and pylons ... i think turbogears changed from cherrypy to pylons as its core web framework module.

I think if needed you could change the framework code with django also but it just seems very large where as pylons or cherrypy is very minimilistic.

Post reply on HN