TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Is Python inch deep and kilometre wide : Web dev

1 点作者 railswarrior大约 13 年前
I am trying to shift from Ruby on Rails to Python on Django framework . My peers say, its waste because django is only for making smaller web apps for larger ones we have ruby and rails . Also a lot of development has been pulling ruby towards web development , so can i get something like rails guides to take on django easily?

3 条评论

kaolinite大约 13 年前
Django is used on some very large and high traffic websites and is just as capable (if not more so) of scaling to large applications. Arguably, you could say that learning Django is a waste as it may not provide you with much advantage if you already know Rails - however, if you are looking to move away from web development perhaps, there are more jobs in Python and learning another language is always a good thing anyway.<p>The Django documentation is fantastic and I recommend you give the introduction a go: <a href="https://docs.djangoproject.com/en/1.4/intro/overview/" rel="nofollow">https://docs.djangoproject.com/en/1.4/intro/overview/</a>
petercooper大约 13 年前
You can use Django to do much the same things as Rails. Now whether it's worth the upheaval to switch across to a similar framework on a similar language, that's the real question. If you already know Ruby and Rails, you need to be dead sure it's worth the extra time switching when you could use that time building.
mvasilkov大约 13 年前
I totally disagree with your peers, Django is very well suited for larger apps.<p>As for guides, I cannot recommend something specific. Take a look at the docs, they had nice tutorial last time I checked.