项目梦想 [英] Project dream

查看:48
本文介绍了项目梦想的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设您有时间和金钱在

Python中开始一个新项目。你想做什么?


我能想到:


- 像Python这样的文明游戏,通过扭曲。


- 一种易于使用的工具,用于绘制图表,通常是各种各样的箭头,圆圈和方框,很好的.eps和.svg文件。


- Python中的roguelike。由于仍然没有可移植的诅咒,它需要WConio或类似的东西,而且多人游戏也会很好。


- 网络日志和todo的东西,可能是通过CGI。


你最喜欢的是什么?

解决方案

< blockquote> Will Stuyvesant:

假设你有时间和金钱在Python中开始一个新项目。你想干什么?


综合化学/生物信息学开发和

勘探环境。有几百万美元可以资助我吗?

(实际上,更像是1000万美元,但只有几百万美元可用于支付。)


:)

- 像Python一样的文明游戏,通过扭曲的多人游戏支持。


有一些civ克隆 - 我记得在使用CLIPS for AI的Python中,在90年代中期玩了一个
。现在不要回忆起

的名字。还有openciv(在Python中,几乎完整,

不再有效)或freeciv(在C中,有效)。

有什么好处来写另一个克隆?

- 一个易于使用的工具,用于绘制图表,通常是各种箭头,圆圈和方框,这会产生很好的.eps和.svg文件。


草图怎么样?
http:/ /sketch.sourceforge.net/

- Python中的roguelike。由于仍然没有可移植的诅咒,它需要WConio或类似的东西,而且多人游戏也很棒。


为什么需要在Python中重写?据我所知

它,C版本非常便携,可能只需要绑定

for Python。

- 用于weblogging和todo的东西事情,可能是通过CGI。


Aren不是已经有几十个吗?落入易于编写的类别

但没有一个明确的方法来做到这一点。所以有很多不同的实现,所有不同的,都集中在解决给定作者的需求上。

你会是什么?最喜欢的是?




更重要的是,*你最喜欢的是什么。看起来好像你想要做一个项目,但不知道要关注哪一个。

我的答案就是做这些项目中的任何一个;他们都很棒

学习如何做更大,更有用的项目。


Andrew
da *** @ dalkescientific.com


Will Stuyvesant写道:

假设你有在Python中开始一个新项目的时间和金钱。你想干什么?


[snip]

你最喜欢的是什么?




我想要的开发一些商业类型的应用程序,例如:


*像个人会计系统,


*其次是商业会计,

* POS,


Python仍然似乎缺乏成熟的商业应用。


问候,


Ray Smith


Will Stuyvesant:

假设你有时间和金钱在Python中开始一个新项目。你想做什么?




我在想一个开源的个人信息管理

应用程序,用于存储笔记,知识,超链接,片段,文件

等在一个灵活的综合信息结构中。所有的东西现在都在不同文件夹层次结构中的不相关文档中结束。


具有大脑灵活性和可视化的东西

www.thebrain.com),InfoHandler的结构化功能

www.mdesoft.com/english.htm )和一个Googleish搜索引擎。


-
$ b $bRenéPijlman


Suppose you have the time and the money to start a new project in
Python. What would you like to do?

I can think of:

- A civilization like game in Python, with multiplayer support via
twisted.

- An easy to use tool for drawing diagrams, typically various kinds of
arrows and circles and boxes, that produces nice .eps and .svg files.

- A roguelike in Python. Since there is still no portable curses, it
needs WConio or something like that, and also multiplayer would be
great.

- Something for weblogging and todo things, probably via CGI.

What would your favorite be?

解决方案

Will Stuyvesant:

Suppose you have the time and the money to start a new project in
Python. What would you like to do?
An integrated chemical/bioinformatics development and
exploration environment. Got a few million dollars to fund me?
(Actually, more like 10 million, but bootstrappable with only
a few million.)

:)
- A civilization like game in Python, with multiplayer support via
twisted.
There''s been a few civ clones -- I recall playing one in the
mid-90s for Python using CLIPS for the AI. Don''t recall the
name now. There''s also openciv (in Python, nearly complete,
no longer active) or freeciv (in C, active). What would the
advantage be to writing yet another clone?
- An easy to use tool for drawing diagrams, typically various kinds of
arrows and circles and boxes, that produces nice .eps and .svg files.
What about Sketch?
http://sketch.sourceforge.net/
- A roguelike in Python. Since there is still no portable curses, it
needs WConio or something like that, and also multiplayer would be
great.
Why does that need to be rewritten in Python? As I understand
it, the C version is very portable and may simply need just bindings
for Python.
- Something for weblogging and todo things, probably via CGI.
Aren''t there a few dozen of those already? Falls into the category
of easy to write but without one clear way to do it. So there are
a lot of different implementations, all different, all focused on solving
the given author''s needs.
What would your favorite be?



More important, what would *your* favorite be. It looks like
you want to do a project but don''t know which one to focus on.
My answer then is to do any of these projects; they are all great
ones to learn how to do larger, more useful projects.

Andrew
da***@dalkescientific.com


Will Stuyvesant wrote:

Suppose you have the time and the money to start a new project in
Python. What would you like to do?
[snip]
What would your favorite be?



I''d like to develop some business type of app, eg:

* like a personal accounting system,

* followed by commercial accounting,

* POS,

Python still "seems" to lack "mature" business applications.

Regards,

Ray Smith


Will Stuyvesant:

Suppose you have the time and the money to start a new project in
Python. What would you like to do?



I was thinking of an open source personal information management
application, to store notes, knowledge, hyperlinks, snippets, documents
and such in one flexible integrated information structure. All the things
that now end up in unrelated documents in different folder hierarchies.

Something with the flexibility and visualisation of the Brain
(www.thebrain.com), the structuring capabilities of InfoHandler
(www.mdesoft.com/english.htm) and a Googleish search engine.

--
René Pijlman


这篇关于项目梦想的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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