数据录入工具 [英] data entry tool

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

问题描述



这篇文章是关于python是否适合任务的建议,或

是否可以建议另一种方法。


该项目旨在转录历史记录,如学校入学,

船舶乘客名单,出生/死亡/婚姻等,以进行家谱研究。

我们需要的是一个简单的软件工具,它将为用户提供一个表格集

,就像被转录的页面一样,做一些简单的验证并将

数据放入一个文件中(可以修复)字段长度纯文本)。来自

志愿者的数据文件将被编译成一个主数据库。


这个软件工具需要在各种不同的计算机上工作; Win95,

Win98,WinXP,Mac,Linux。


那么,python是不是一个很好的选择,我应该怎么做呢? br />
我不是程序员,只做了几个小的python脚本,从命令行运行




TIA


Peter

解决方案

Peter写道:


这篇文章是关于python是否适合任务的建议,
或者你是否可以提出另一种方法。

该项目将转录历史记录,如学校/>入学,船舶旅客名单,出生/死亡/婚姻等家谱研究。我们需要的是一个简单的软件工具,它将为用户提供一个类似于被转录页面的表单,做一些简单的验证并将
数据放在一个文件中(可以修复)字段长度纯文本)。来自志愿者的数据文件将被编译成主数据库。

这个软件工具需要在各种不同的计算机上工作;
Win95,Win98,WinXP,Mac,Linux 。

那么,python是不是一个很好的选择,我应该怎么做呢?
我不是程序员,只做了一些小的python脚本
从命令行运行。




将其设为webapp。这将保证在你给出的

操作系统列表中可以运行。将Django / TurboGears / ZOPE用于应用程序本身 -

哪个最适合你。


Diez


< blockquote> 06/05/06,Diez B. Roggisch< de *** @ nospam.web.de>写道:


使它成为一个webapp。这将保证在您提供的操作系统列表中可以运行。将Django / TurboGears / ZOPE用于应用程序本身 -
最适合您的应用程序。


基于评论:

我不是程序员,只做过一些从命令运行的小python脚本line。




使用Karrigell作为网络服务器/框架可能是首选。它的学习和使用简单得多,而且只要没有*巨大的*

用户数就可以完成任务。


HTH :)


Diez B. Roggisch写道:

将其设为webapp。这将保证在您提供的操作系统列表中可以运行。将Django / TurboGears / ZOPE用于应用程序本身 -
最适合您。




因为大多数用户都在使用webapp是不可行的拨号(这是新的
和许多人都无法使用宽带)。


我希望有一个简单的工具。即使它只适用于Windows,它也可以作为一个开始。它只需要向

用户提供一种形式的文本输入字段,并将数据放在纯文本文件中。


如果python可以''这样做,有人可以推荐另一种语言或方法吗?


TIA


彼得



This post seeks advice on whether python would be appropriate for a task, or
whether you can suggest another approach.

The project is to transcribe historical records such as schools admissions,
ship passenger lists, birth/death/marriages, etc for genealogy studies.
What we need is a simple software tool that will give the user a form set
out like the page being transcribed, do some simple validation and put the
data in a file (can be fixed field length plain text). Data files from
volunteers will be compiled into a master database.

This software tool needs to work on a variety of different computers; Win95,
Win98, WinXP, Mac, Linux.

So, would python be a good choice for this, and how should I go about it?
I''m not a programmer and have only done a few little python scripts that
run from the command line.

TIA

Peter

解决方案

Peter wrote:


This post seeks advice on whether python would be appropriate for a task,
or whether you can suggest another approach.

The project is to transcribe historical records such as schools
admissions, ship passenger lists, birth/death/marriages, etc for genealogy
studies. What we need is a simple software tool that will give the user a
form set out like the page being transcribed, do some simple validation
and put the
data in a file (can be fixed field length plain text). Data files from
volunteers will be compiled into a master database.

This software tool needs to work on a variety of different computers;
Win95, Win98, WinXP, Mac, Linux.

So, would python be a good choice for this, and how should I go about it?
I''m not a programmer and have only done a few little python scripts that
run from the command line.



Make it a webapp. That will guarantee to make it runnable on the list of
OSses you gave. Use Django/TurboGears/ZOPE for the application itself-
whichever suits you best.

Diez


On 08/05/06, Diez B. Roggisch <de***@nospam.web.de> wrote:


Make it a webapp. That will guarantee to make it runnable on the list of
OSses you gave. Use Django/TurboGears/ZOPE for the application itself-
whichever suits you best.
based on the comment:
I''m not a programmer and have only done a few little python
scripts that run from the command line.



Using Karrigell as the webserver / framework may be preferrable. Its
much simpler to learn and use, and as long as there aren''t a *huge*
number of users it will be up to the task.

HTH :)


Diez B. Roggisch wrote:

Make it a webapp. That will guarantee to make it runnable on the list of
OSses you gave. Use Django/TurboGears/ZOPE for the application itself-
whichever suits you best.



A webapp isn''t feasible as most of the users are on dial up (this is in New
Zealand and broadband isn''t available for lots of people).

I was hoping for a simple tool. Even if it only worked on Windows, it would
be a start. It just needs to present a form of text entry fields to the
user, and place the data in a plain text file.

If python can''t do this, can anyone suggest another language or approach?

TIA

Peter


这篇关于数据录入工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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