Password Security: A Case History
wolfram.schneider.org1 pointsby ijoshua0 comments
post = {'name': 'ijoshua', 'email': '[email protected]', 'extra': 'data'}
filter = ['name', 'email']
for k in filter: locals()[k] = post[k]
print name, email (loop (print (eval (read)))
I disagree that the Python documentation is poor or out-dated. However, it is fragmented in what could be considered a confusing manner. I’ve often been searching for a particular piece of documentation, wondering if I should be looking in the tutorial, the library reference, or the language reference.