Great stuff! I have a template with a similar purpose for Java (for anyone who prefers that language). I've used it successfully for multiple years now. It also supports running multiple test cases in parallel.
https://github.com/krka/codejamjavatemplate On Sat, May 12, 2012 at 12:31 PM, Luke Pebody <[email protected]> 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 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. > > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. 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.
