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


Groups > comp.lang.python > #34060

Re: Migrate from Access 2010 / VBA

Path csiph.com!usenet.pasdenom.info!aioe.org!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <nicoe@b2ck.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.042
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'python.': 0.02; 'frameworks': 0.05; 'python': 0.09; 'gui': 0.11; 'url:)': 0.13; 'language': 0.14; '(also': 0.16; '>the': 0.16; 'filename:fname piece:signature': 0.16; 'nicolas': 0.16; 'skip:> 20': 0.16; 'sqlalchemy)': 0.16; 'replacing': 0.17; '(or': 0.18; 'developer': 0.19; 'comfortable': 0.20; 'written': 0.20; 'ones.': 0.22; "i'd": 0.22; 'apps': 0.23; "i've": 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'designer': 0.27; 'reporting': 0.29; "i'm": 0.29; 'worked': 0.30; 'framework': 0.30; '(and': 0.32; 'skip:s 30': 0.33; 'limitations': 0.33; 'to:addr:python-list': 0.33; 'project': 0.34; 'done': 0.34; 'thanks': 0.34; 'list': 0.35; 'templates': 0.35; 'so,': 0.35; 'add': 0.36; 'but': 0.36; 'url:org': 0.36; 'modules': 0.36; 'client': 0.36; "i'll": 0.36; 'uses': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'little': 0.39; 'application': 0.40; 'content-disposition:inline': 0.60; 'company': 0.60; 'most': 0.61; 'skip:w 30': 0.61; 'customer': 0.61; 'more': 0.63; 'our': 0.65; 'frustrated': 0.65; 'business': 0.70; 'received:94.23': 0.71; 'miss': 0.75; 'products,': 0.78; '350+': 0.84; 'basics.': 0.84; 'software).': 0.84; 'url:relatorio': 0.84; 'lone': 0.91
Date Thu, 29 Nov 2012 11:46:50 +0100
From Nicolas Évrard <nicoe@altern.org>
To python-list@python.org
Subject Re: Migrate from Access 2010 / VBA
Mail-Followup-To python-list@python.org
References <6db4ed18-a16e-4cd1-940b-c10f51207780@googlegroups.com> <20121125204816.97f486775f8b1e7e575a7b0a@gmx.net>
MIME-Version 1.0
Content-Type multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5gxpn/Q6ypwruk0T"
Content-Disposition inline
In-Reply-To <20121125204816.97f486775f8b1e7e575a7b0a@gmx.net>
User-Agent Mutt/1.5.21 (2010-09-15)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.361.1354186530.29569.python-list@python.org> (permalink)
Lines 72
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1354186530 news.xs4all.nl 6960 [2001:888:2000:d::a6]:58932
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:34060

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

* Wolfgang Keller  [2012-11-25 20:48 +0100]: 
>> I am the lone developer of db apps at a company of 350+ employees.
>> Everything is done in MS Access 2010 and VBA. I'm frustrated with the
>> limitations of this platform and have been considering switching to
>> Python.
>>
>> I've been experimenting with the language for a year or so,
>> and feel comfortable with the basics.
>>
>> I am concerned that I'll have a hard time replacing the access form
>> and report designers. I've worked a little with TKinter, but it's a
>> far cry from the GUI designer in Access.
>
>The list of Python frameworks for rapid development of desktop
>(i.e. non-Web) database applications currently contains:
>
>using PyQt (& Sqlalchemy):
>Pypapi: www.pypapi.org
>Camelot: www.python-camelot.com
>Qtalchemy: www.qtalchemy.org
>
>using PyGTK:
>Sqlkit: sqlkit.argolinux.org (also uses Sqlalchemy)
>Kiwi: www.async.com.br/projects/kiwi
>
>using wxPython:
>Dabo: www.dabodev.com
>Defis: sourceforge.net/projects/defis (Russian only)
>GNUe: www.gnuenterprise.org
>
>Pypapi, Camelot, Sqlkit and Dabo seem to be the most active and best
>documented/supported ones.

I'd like to add to the list 

      Tryton http://www.tryton.org/

Which framework can be used to create a business application without
even using the already existing modules (one of our customer uses only
the 'party' modules in order to manage insurance products, the GNU
Health (http://www.gnuhealth.org/) project uses more official modules
to create their HIS software).

Reporting is done through relatorio (http://relatorio.openhex.org/),
which uses ODF templates to generate ODF reports (or other format
thanks to unoconv) the client is written in GTk (we're writing one in
JavaScript right now (and I miss python badly)).

-- 
(°> Nicolas Évrard
( ) Liège
   `¯

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


Thread

Migrate from Access 2010 / VBA kgard <kagard@gmail.com> - 2012-11-22 19:19 -0800
  Re: Migrate from Access 2010 / VBA David Hutto <dwightdhutto@gmail.com> - 2012-11-22 22:33 -0500
  Re: Migrate from Access 2010 / VBA Jason Friedman <jason@powerpull.net> - 2012-11-22 21:35 -0700
  Re: Migrate from Access 2010 / VBA Peter Otten <__peter__@web.de> - 2012-11-23 10:08 +0100
  Re: Migrate from Access 2010 / VBA Wolfgang Keller <feliphil@gmx.net> - 2012-11-25 20:48 +0100
    Re: Migrate from Access 2010 / VBA kagard <kagard@gmail.com> - 2012-11-26 04:42 -0800
      Re: Migrate from Access 2010 / VBA Wolfgang Keller <feliphil@gmx.net> - 2012-11-27 20:27 +0100
    Re: Migrate from Access 2010 / VBA Nicolas Évrard <nicoe@altern.org> - 2012-11-29 11:46 +0100
    Re: Migrate from Access 2010 / VBA emile <emile@fenx.com> - 2012-11-30 10:16 -0800
  Re: Migrate from Access 2010 / VBA Michael Torrie <torriem@gmail.com> - 2012-11-26 09:21 -0700
    Re: Migrate from Access 2010 / VBA kagard <kagard@gmail.com> - 2012-11-27 09:36 -0800
    Re: Migrate from Access 2010 / VBA Wolfgang Keller <feliphil@gmx.net> - 2012-11-27 20:24 +0100
  Re: Migrate from Access 2010 / VBA David Bolen <db3l.net@gmail.com> - 2012-11-27 19:06 -0500
    Re: Migrate from Access 2010 / VBA Michael Torrie <torriem@gmail.com> - 2012-11-27 20:33 -0700
    Re: Migrate from Access 2010 / VBA kagard <kagard@gmail.com> - 2012-11-29 07:43 -0800
      Re: Migrate from Access 2010 / VBA Michael Torrie <torriem@gmail.com> - 2012-11-29 10:22 -0700

csiph-web