Popular recipes tagged "numeric" but not "comparisons"http://code.activestate.com/recipes/tags/numeric-comparisons/2011-05-16T12:11:24-07:00ActiveState Code RecipesSimple numeric database (Python)
2011-05-16T08:41:46-07:00Mike Sweeneyhttp://code.activestate.com/recipes/users/4177990/http://code.activestate.com/recipes/577697-simple-numeric-database/
<p style="color: grey">
Python
recipe 577697
by <a href="/recipes/users/4177990/">Mike Sweeney</a>
(<a href="/recipes/tags/array/">array</a>, <a href="/recipes/tags/database/">database</a>, <a href="/recipes/tags/numeric/">numeric</a>).
Revision 2.
</p>
<p>A simple in-memory numeric database for Python. Arrays are used to minimise memory consumption.</p>
Simple numeric database (Python)
2011-05-16T12:11:24-07:00Hamidreza Joshaghanihttp://code.activestate.com/recipes/users/4177804/http://code.activestate.com/recipes/577698-simple-numeric-database/
<p style="color: grey">
Python
recipe 577698
by <a href="/recipes/users/4177804/">Hamidreza Joshaghani</a>
(<a href="/recipes/tags/array/">array</a>, <a href="/recipes/tags/database/">database</a>, <a href="/recipes/tags/numeric/">numeric</a>).
</p>
<p>A simple in-memory numeric database for Python. Arrays are used to minimise memory consumption.</p>