python - An application that tests different versions of a project -


i have been given task create gui or maybe web app let developers on project test different versions of code that's being developed:

  1. store compiled executables , associated config files of baseline in directory on server.
  2. the program tests executables can located in same directory on server. whatever works.
  3. let user decide upon 2 executables, displays contents, , let user change parameters if wishes.
  4. the user should able hit button runs both executables associated parameters.
  5. the executable create text files containing list of numbers representing path in space. these should graphicaly displayed user can compare 2 versions of executables , parameters fed.

i have little experience perl , c++ experience, hoping excuse take python, have few questions:

i wondering if there better languages/tools suited job?

what libraries should use?

what should use if decide should done through browser?

any other things relatively unexperienced programmer should know before embarking on this?

many thanks!


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -