Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74928

Re: Network/multi-user program

From Lele Gaifax <lele@metapensiero.it>
Subject Re: Network/multi-user program
Date 2014-07-21 18:41 +0200
Organization Nautilus Entertainments
References <slrnlsqelq.evp.memilanuk@machin-shin.milanuk.lan>
Newsgroups comp.lang.python
Message-ID <mailman.12134.1405960911.18130.python-list@python.org> (permalink)

Show all headers | View raw


Monte Milanuk <memilanuk@invalid.com> writes:

> I need to create a particular application for administering a sporting
> event.  95% (and this may be understating the case) of the 'users' would 
> likely be single-machine, single user scenarios.  For those exceptions 
> (which are important enough that I'm concerned over them) there would be
> one person 'administering' the event and a small number of others
> (probably <5, no more than 10) doing basic data entry - competitor
> registration and later entering scores.  Before (setting up event), in
> between (squadding competitors based on classification, equipment,
> available positions on relays, etc.) and taking care of final reports
> for awards, etc. would be done only from the main program.  The
> end-users are likely not tech-saavy, and most likely running Windows or
> maybe a Mac.  Being able to do the data entry from a tablet would be
> nice but by no means necessary.  Installation needs to be as
> stone-simple as possible - running from a pre-configured USB stick or a
> browser would be ideal.  Use would be over small wired or wi-fi LAN
> enviroment - no exposure to Internet.

I developed SoL[1] with almost the same goal, to manage Carrom tournaments.

It started many years ago as a Windows only desktop application, but
evolved into a much nicer and fun-to-develop web application, based on
Python on the backend (using Pyramid and SQLAlchemy, with a SQLite
database) and ExtJS on the frontend. That basically means that the
backend may be installed with little effort on any Python-supported OS,
and the frontend runs on most modern browsers.

I manage small events with a single notebook and a low cost printer,
without network connection, while major events with a network connection
may be managed online. 

You can try it out at http://sol3.arstecnica.it/, using guest/guest as
username/password.

Hope this helps,
ciao, lele.

[1] https://pypi.python.org/pypi/SoL
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele@metapensiero.it  |                 -- Fortunato Depero, 1929.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Network/multi-user program Lele Gaifax <lele@metapensiero.it> - 2014-07-21 18:41 +0200

csiph-web