Considering python - have a few questions.
Nick Vargish
nav+posts at bandersnatch.org
Mon Feb 14 15:12:41 EST 2005
More information about the Python-list mailing list
Mon Feb 14 15:12:41 EST 2005
- Previous message (by thread): Considering python - have a few questions.
- Next message (by thread): Considering python - have a few questions.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Grumman <grumman at example.com> writes: > If running on a Mac really is a goal, ditch Access, its windows > only. You'd want to look into MySQL, PostgreSQl or some such for > inter-platform use. Depending on how large the dataset is likely to get, SQLite may be a good choice for the data-handling backend. Data files are portable between machine architectures and within major version numbers, and it avoids a lot of the setup and maintanence of the database systems mentioned above (no need for a running server process, etc). http://sqlite.org/ Just a happy user, Nick -- # sigmask || 0.2 || 20030107 || public domain || feed this to a python print reduce(lambda x,y:x+chr(ord(y)-1),' Ojdl!Wbshjti!=obwAcboefstobudi/psh?')
- Previous message (by thread): Considering python - have a few questions.
- Next message (by thread): Considering python - have a few questions.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list