Really nice and thanks for sharing. I have a very similar wrapper but I found http://www.parallelpython.com/ to help for multiprocessing.
A. On Saturday, 12 May 2012 12:31:14 UTC+2, Luke wrote: > > For anyone looking to use Python in the Code Jam, who wants a wrapper > to deal with all of the input/output processing, so that you can just > worry about writing the code to solve the actual problem - I have put > together such a wrapper. It also allows you to verify against data > that you already have in your directory, and easily allows > multiprocessing. > > It is available at > http://jamftw.blogspot.co.uk/2012/05/python-code-jam-wrapper.html > > I also am starting to put together a list of sample code jam solutions > (using this wrapper) at > http://jamftw.blogspot.co.uk/2012/05/solutions-to-code-jam-problems.html. > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-code/-/DPkYwTQCdxwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
