用Python编写Web应用程序的战利品? [英] War chest for writing web apps in Python?

查看:69
本文介绍了用Python编写Web应用程序的战利品?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好


我正在考虑使用Python为商业网站构建原型

appplication。开发和测试机器是XP,而最终的

部署将在共享的Unix网络主机上。


除了Python之外,你会推荐什么?发动机本身?好的

IDE(Kodomo?)?某种GUI设计师?附加的?其他工具?


谢谢。

解决方案

cygwin
http://www.cygwin.com/

尝试一些IDE出来看看哪个最适合你。 IDLE附带python,

并且客观上并不比任何其他python IDE差。

afaik。

GUI设计师不是''这是必要的,因为在任何python工具包中通常都有这么少的b / b
样板代码,但是,对你来说,无论什么效果最好



[等等,你会在网络主机上运行GUI吗?]

如果你还没有选择网页框架,我可以引导你走向

cherrypy吗?它比任何其他网络框架都更加难以理解

我已经尝试过了。我现在用它来为我的

大学建立一个数据库网络应用程序。
http://www.cherrypy.org/

Vincent Delporte写道:


您好


我正在考虑使用Python为商业网站构建原型

appplication。开发和测试机器是XP,而最终的

部署将在共享的Unix网络主机上。


除了Python之外,你会推荐什么?发动机本身?好的

IDE(Kodomo?)?某种GUI设计师?附加的?其他工具?


谢谢。


对于IDE,我推荐Wing IDE(它非常好但是商业.. :(),

edev for eclipse以及SPE。


对于GUI设计师......这取决于你将要开发的那种应用程序。


对于网络应用程序,尝试cherrypy ..它很棒很简单......你也可以

尝试zope和plone(它们不那么简单......)


欢呼


Fabio



Vincent Delporte写道:


您好


我正在考虑使用Python为业务网站构建原型

appplication。开发和测试机器是XP,而终极

部署将在共享的Unix网络主机上进行。


除了Python引擎本身,你还会给我推荐什么?好

IDE(Kodomo?)?某种GUI设计师?附加工具?其他工具?


谢谢。


星期五,2006年7月28日10:22:55 +0200,

Sybren Stuvel< sy ******* @ YOURthirdtower.com .imaginationwrote:


Vincent Delporte启发我们:


>开发和测试机器是XP,而最终部署将在共享的Unix Web主机上。


这只是在乞求巨大的问题。没有任何侮辱,但是在一个平台上进行开发和测试是非常愚蠢的,然后在另一个平台上部署

。现在的每个系统都是Unix,除了Windows。我建议您选择另一个系统进行开发和测试。



我们刚刚开始工作(在公司发行的非Unix
计算机上开发,然后部署在Linux机器上),完全没有任何问题。

在以前的生活中,我是一名长期的嵌入式系统开发人员,我们总是*在一个平台上开发并部署在另一个。我在您的部署平台上进行开发的经验是,它非常容易让平台依赖性在没有被捕获的情况下潜入。


问候,

Dan


-

Dan Sommers

< http ://www.tombstonezero.net/dan/>

我希望人们会按字母顺序死亡。 - 我的妻子,系谱学家


Hello

I''m thinking of using Python to build the prototype for a business web
appplication. The development and test machine is XP, while ultimate
deployment will be on a shared Unix web host.

What would you recommend I get, besides the Python engine itself? Good
IDE (Kodomo?) ? Some kind of GUI designer? Add-on''s? Other tools?

Thank you.

解决方案

cygwin
http://www.cygwin.com/
try a few IDEs out to see which fits you best. IDLE ships with python,
and isn''t significantly objectively worse than any other python IDE,
afaik.
GUI designers aren''t necessary because there''s usually so little
boilerplate code in any python toolkit, but, again, whatever works best
for you.
[wait, will you be running a GUI on a webhost?]
if you haven''t selected a web framework, may i steer you towards
cherrypy? it stays out of your way more than any other web framework
i''ve tried. and i''m using it now to build a databased web-app for my
college.
http://www.cherrypy.org/
Vincent Delporte wrote:

Hello

I''m thinking of using Python to build the prototype for a business web
appplication. The development and test machine is XP, while ultimate
deployment will be on a shared Unix web host.

What would you recommend I get, besides the Python engine itself? Good
IDE (Kodomo?) ? Some kind of GUI designer? Add-on''s? Other tools?

Thank you.


For IDEs i recommend Wing IDE (its really good but comercial.. :( ),
pydev for eclipse and also SPE.

For GUI designer... it depends of wich kind of app u''ll develop.

For web apps try cherrypy.. it''s wonderfull and simple... U can also
try zope and plone (the they are less simple....)

cheers

Fabio


Vincent Delporte wrote:

Hello

I''m thinking of using Python to build the prototype for a business web
appplication. The development and test machine is XP, while ultimate
deployment will be on a shared Unix web host.

What would you recommend I get, besides the Python engine itself? Good
IDE (Kodomo?) ? Some kind of GUI designer? Add-on''s? Other tools?

Thank you.


On Fri, 28 Jul 2006 10:22:55 +0200,
Sybren Stuvel <sy*******@YOURthirdtower.com.imaginationwrote:

Vincent Delporte enlightened us with:

>The development and test machine is XP, while ultimate deployment
will be on a shared Unix web host.

That''s just begging for huge problems. No insult intended, but it''s
downright stupid to develop and test on one platform, and then deploy
on another. Every system nowadays is a Unix, except Windows. I suggest
you pick another system for development and testing.

We just did that at work (developed on the corporate-issued non-Unix
computers and then deployed on a Linux box), and had no problems at all.
In a former life, I was a long-time embedded system developer, where we
*always* developed on one platform and deployed on another. My
experience with developing on your deployment platform is that it''s too
easy for platform dependencies to sneak in without being caught.

Regards,
Dan

--
Dan Sommers
<http://www.tombstonezero.net/dan/>
"I wish people would die in alphabetical order." -- My wife, the genealogist


这篇关于用Python编写Web应用程序的战利品?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆