Handle large data pools in python Handle large data pools in python database database

Handle large data pools in python


Sounds that the main functionality needed can be found from:
pytables
and
scipy/numpy


Go with a NoSQL database like MongoDB which is much easier to handle data in such a case than having to learn SQL.


Since you aren't an expert I recommend you to use mysql database as the backend of storing your data, it's easy to learn and you'll have a capability to query your data using SQL and write your data using python see this MySQL Guide Python-Mysql