One of my more popular posts is How to Push a Hash on to an Array in PERL, but how do you push a dict on to a list in Python? Lists are one-dimensional arrays and dicts are associative arrays or hash arrays. This means we can do the same thing we do in other [...]
Entries Tagged as 'python'
Python HOWTO Push a Dict on to a List (push a hash on to an array)
April 23rd, 2010 · No Comments
Tags: How Tos · Programming · Software · python