Hashtables in pyhton ...

Ravi Teja webraviteja at gmail.com
Thu Mar 9 16:25:07 EST 2006


Hashtables (dictonaries) and ArrayLists(lists) are integral parts of
modern languages (for example: Python, Ruby, OCaml, D). They are
builtin data types unlike say, Java or C++, where they are added to the
library as an afterthought.




More information about the Python-list mailing list