Python论坛  - 讨论区

标题:[python-chinese] 偶的疑问

2006年10月17日 星期二 19:42

Zoom.Quiet zoom.quiet在gmail.com
星期二 十月 17 19:42:53 HKT 2006

On 10/17/06, aminic.python <aminic.python在163.com> wrote:
>
>
> python来做web开发真的很高效么?有多高效?和.net的vs2005相比呢?
WEB 开发的效率,主要应该比较在哪里?

看各人的体验,
对于我来讲,愉快的使用透明清晰的Python 语言,动态调试着开发WEB应用,
比透过各种"深厚"的框架,或是IDE拖放出来的自个儿都看不懂的代码 来组成应用,
要高效的多,
这样的高效,主要体验在后期,根据需求可以极方便灵活的任意进行调整和追加功能

> 偶现在才学会用python连接数据库..前路似乎还很长....
> 请各位指教~~~~~~~~~
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>


-- 
"""Time is unimportant, only life important!
blogging  :  http://blog.zoomquiet.org/pyblosxom/
wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
in douban:  http://www.douban.com/people/zoomq/
"""

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月17日 星期二 23:36

Luo Ben benluo在gmail.com
星期二 十月 17 23:36:50 HKT 2006

同意。大家可能主要想知道的是,什么是应该机器生成的,什么是应该人写的。在这点上分歧会很大。从用Editor还是IDE就开始分歧了。

On 10/17/06, Zoom. Quiet <zoom.quiet在gmail.com> wrote:
> On 10/17/06, aminic.python <aminic.python在163.com> wrote:
> >
> >
> > python来做web开发真的很高效么?有多高效?和.net的vs2005相比呢?
> WEB 开发的效率,主要应该比较在哪里?
>
> 看各人的体验,
> 对于我来讲,愉快的使用透明清晰的Python 语言,动态调试着开发WEB应用,
> 比透过各种"深厚"的框架,或是IDE拖放出来的自个儿都看不懂的代码 来组成应用,
> 要高效的多,
> 这样的高效,主要体验在后期,根据需求可以极方便灵活的任意进行调整和追加功能
>
> > 偶现在才学会用python连接数据库..前路似乎还很长....
> > 请各位指教~~~~~~~~~
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese在lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request在lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request在lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> --
> """Time is unimportant, only life important!
> blogging  :  http://blog.zoomquiet.org/pyblosxom/
> wiki enter:   http://wiki.woodpecker.org.cn/moin/ZoomQuiet
> in douban:  http://www.douban.com/people/zoomq/
> """
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月18日 星期三 08:16

limodou limodou在gmail.com
星期三 十月 18 08:16:04 HKT 2006

On 10/17/06, Luo Ben <benluo在gmail.com> wrote:
> 同意。大家可能主要想知道的是,什么是应该机器生成的,什么是应该人写的。在这点上分歧会很大。从用Editor还是IDE就开始分歧了。
>
这种东西我想只能在小范围内达成一致,不可能有统一的答案,只能有不同的参考意见。

-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月18日 星期三 11:07

IQDoctor huanghao.c在gmail.com
星期三 十月 18 11:07:59 HKT 2006

个人认为:

python 是非常好的选择:

1. 你需要你的系统可以随处运行. 不需要为了移植而耗费成本,这点 python 做得很好,
   .net 虽然有 mono (go-mono.com) 的支持以获得夸平台,但是现在还达不到商用的
   程度.

2. 开源免费, 这个好处不用说了吧? 如果你是生产产品的话, 光这条就可以直接抛弃
   .net了 :)

3. 开发效率, 其实这点是最有争议的, 写 python 程序很简单, 你可以很轻松的就完成
   了很多的工作, 但是毕竟 python 缺乏商业支持, 而 .net 有 Bill 叔叔的支持, 自然
   就有大量的类库, web 控件库可用, 而且从语言平台角度来说, .net 程序经过编译,
   健壮性也较好些

2006/10/18, limodou <limodou at gmail.com>:
> On 10/17/06, Luo Ben <benluo at gmail.com> wrote:
> > 同意。大家可能主要想知道的是,什么是应该机器生成的,什么是应该人写的。在这点上分歧会很大。从用Editor还是IDE就开始分歧了。
> >
> 这种东西我想只能在小范围内达成一致,不可能有统一的答案,只能有不同的参考意见。
>
> --
> I like python!
> UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
> My Blog: http://www.donews.net/limodou
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
Best regrads,
IQDoctor

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月18日 星期三 11:13

齐辰雄 qcxhome在gmail.com
星期三 十月 18 11:13:12 HKT 2006

没有看明白。为什么生产产品,就要直接抛弃.NET?

-- 
GoogleTalk: qcxhome at gmail.com
MSN: qcxhome at hotmail.com
My Space: tkdchen.spaces.live.com
BOINC: boinc.berkeley.edu
中国分布式计算总站: www.equn.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月18日 星期三 11:27

IQDoctor huanghao.c在gmail.com
星期三 十月 18 11:27:00 HKT 2006

中小形公司, 没有能力购买昂贵的 .net.

所以, 免费的是第一选择

2006/10/18, 齐辰雄 <qcxhome at gmail.com>:
> 没有看明白。为什么生产产品,就要直接抛弃.NET?
>
> --
> GoogleTalk: qcxhome at gmail.com
> MSN: qcxhome at hotmail.com
> My Space: tkdchen.spaces.live.com
> BOINC: boinc.berkeley.edu
> 中国分布式计算总站: www.equn.com
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese


-- 
Best regrads,
IQDoctor

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年10月18日 星期三 11:31

麦田守望者 qcxhome在gmail.com
星期三 十月 18 11:31:48 HKT 2006

嗯。开发.NET应用,没有VS的支持是件很头疼的事情,效率更谈不上。

-- 
GoogleTalk: qcxhome at gmail.com
MSN: qcxhome at hotmail.com
My Space: tkdchen.spaces.live.com
BOINC: boinc.berkeley.edu
中国分布式计算总站: www.equn.com

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号