Popular recipes tagged "factory" but not "pattern"http://code.activestate.com/recipes/tags/factory-pattern/2012-06-11T23:31:11-07:00ActiveState Code RecipesA generic factory factory. (Python)
2012-06-11T23:31:11-07:00Eric Snowhttp://code.activestate.com/recipes/users/4177816/http://code.activestate.com/recipes/578165-a-generic-factory-factory/
<p style="color: grey">
Python
recipe 578165
by <a href="/recipes/users/4177816/">Eric Snow</a>
(<a href="/recipes/tags/factory/">factory</a>).
</p>
<p>Factories are useful for producing objects without having to store certain data on the objects' type. Instances of this factory class are factories that can produce </p>