Re: Data storing

2016-02-02 Thread Joel Goldstick
On Tue, Feb 2, 2016 at 5:33 AM, Steven D'Aprano wrote: > On Tue, 2 Feb 2016 01:19 pm, Anup reni wrote: > > > Hi I'm new to python and planning to make a web app which contains a > large > > amount of data and involves comparing two data sets. Which is better to > > use in python, a Dictionary or

Re: Data storing

2016-02-02 Thread Steven D'Aprano
On Tue, 2 Feb 2016 01:19 pm, Anup reni wrote: > Hi I'm new to python and planning to make a web app which contains a large > amount of data and involves comparing two data sets. Which is better to > use in python, a Dictionary or Mysql? "Hi, I'm planning to transport a large number of objects fro

Re: Data storing

2016-02-02 Thread dieter
Anup reni writes: > Hi I'm new to python and planning to make a web app which contains a large > amount of data and involves comparing two data sets. Which is better to use > in python, a Dictionary or Mysql? Is it important for your data to be persistent (i.e. live across restarts of your web a