Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Vote tallying...

Reply
Thread Tools

Re: Vote tallying...

 
 
Lie Ryan
Guest
Posts: n/a
 
      01-18-2013
On 18/01/13 10:59, Andrew Robinson wrote:
> Hi,
>
> I have a problem which may fit in a mysql database, but which I only
> have python as an alternate tool to solve... so I'd like to hear some
> opinions...


Since you have a large dataset, you might want to use sqlite3
(http://docs.python.org/2.5/lib/module-sqlite3.html,
https://www.sqlite.org/), which comes in the standard library since
Python 2.5. SQLite is a self-contained, serverless, zero configuration,
transactional SQL database engine.

XML with a million entries are probably not a good idea due to its
verbosity; XML was designed for data interchange, not for complex
relational data processing.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vote for the October Scapegoat!!! bigal The Lounge 228 10-19-2005 09:11 AM
To U all who didn't vote for Bush! This message link is for U! Tron2004 MCSE 2 11-04-2004 01:44 PM
[OT] Vote for Me! JaR MCSE 52 09-10-2004 01:22 PM
OT: violence mars India vote Vigo Breadcrumbs MCSE 21 04-20-2004 10:58 PM
Vote this java2d bug -> 4916948 Michele Puccini Java 0 09-19-2003 12:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57