Advice request for project

From: John French (hikenboots_at_yahoo.com)
Date: 01/02/05


Date: Sun, 2 Jan 2005 10:36:16 -0600

I've been interested in Python for a while now but haven't had an
opportunity to use / learn it. I'm tasked now with a project at work that
might be my first opportunity.

 I have to write a ~75 concurrent user document storage app. that allows
users to scan documents from locally attached scanners and save to a
database for retrieval. I also need to be able to call MS Word with
templates and allow the user to save the file to the database. I think I
understand that I can interface MS COM for these, correct?

My interest is in using FreeBSD/Postgresql/Python as a back end and a Python
GUI app on the XP workstations. I'm going to end up adding some
non-database functionality to the project in the future that precludes only
using odbc to the database. I'll likely end up with some form of inter-user
messaging being incorporated before it's over. Is it better to write one
server side socket app to handle everything or start via odbc and necessary
server side apps later? If anyone can tell me if this project seems
appropriate to Python and offer suggestions as to an initial architecture,
I'd appreciate it. I'm quite interested in the RAD aspect of the language
but quite lost at the moment. (I did just sign up for the Tutor mailing
list).

Thanks in Advance



Relevant Pages

  • Re: Advice on OSX cocoa app with Python backend
    ... > decided to go with a Python backend server, handling the database and ... > communicate with the Zope server. ... > because aside from data entry and client record lookups, ... which you plan to write in Python. ...
    (comp.lang.python)
  • Re: Prolog on a web server
    ... thrilled if you wanted to load it all into server VM:-/ ... rapidly build yourself a desktop app (Delphi? ... As for Prolog, it could surely be the basis of a decent ... grown-up database query language (an open standard dialect ...
    (comp.lang.prolog)
  • Re: Python Database Apps
    ... It's gonna be a desktop app. ... so that I don't need a database server on the client side. ... If you have an offline mode then the most important thing to work out ...
    (comp.lang.python)
  • Re: Python Database Apps
    ... What is your favorite python - database combination? ... make an app that has a local DB and a server side DB. ... I have had a lot of good luck with PostgreSQL. ... If an app comes already designed for mysql, oracle, sqlite, db2, dbm, ...
    (comp.lang.python)
  • Re: Manual replication through DTS
    ... There is a foxpro 7 app that runs as a scheduled task on the database ... server, builds a DTS package in COM interop, and then executes it. ... between executions that succeed and executions that fail. ...
    (microsoft.public.sqlserver.dts)

Loading