Challenge Overview
Previously we have properly addressed the upgrading of python language version from 2.4.3 to 2.6.6 for TopCoder Competition Engine.
This contest is going to explore the way to further upgrade the python language version to latest (3.3.2).
And the python command line and opinions used in currently system is hard-coded for all contests, we'd like to add some customization logic, so we can further customize the python command for specific problems, like special libraries etc.
see detail requirements in wiki
Previously, we have run a similar contest - Release Assembly - TC Competition Engine - C++ Language Upgrade And Customization Support , the winning submission will be provided for your reference.
Final Submission Guidelines
see detail requirements in wiki