Popular recipes by Aristotelis Mikropoulos http://code.activestate.com/recipes/users/2881737/2007-06-13T09:23:09-07:00ActiveState Code RecipesImplementing an Immutable Dictionary (Python)
2007-06-13T09:23:09-07:00Aristotelis Mikropouloshttp://code.activestate.com/recipes/users/2881737/http://code.activestate.com/recipes/498072-implementing-an-immutable-dictionary/
<p style="color: grey">
Python
recipe 498072
by <a href="/recipes/users/2881737/">Aristotelis Mikropoulos</a>
(<a href="/recipes/tags/shortcuts/">shortcuts</a>).
Revision 7.
</p>
<p>The implementation of a dictionary, whose items cannot be reset or deleted, nor new can be added.</p>
Downloading a File from the Web (Python)
2007-06-13T09:15:37-07:00Aristotelis Mikropouloshttp://code.activestate.com/recipes/users/2881737/http://code.activestate.com/recipes/496685-downloading-a-file-from-the-web/
<p style="color: grey">
Python
recipe 496685
by <a href="/recipes/users/2881737/">Aristotelis Mikropoulos</a>
(<a href="/recipes/tags/ui/">ui</a>).
</p>
<p>This script reads the contents of a web file and copies them into a local file, named the same as the web file.</p>