APT: CompSci 101, Fall 2014, APT
Now with Web Testing

You will test Python APTs in Eclipse via snarfing. You will need to snarf each APT into eclipse and work on it in eclipse

INSTRUCTIONS for running an APT are here.

Video of Solving the BMI APT on Sept 2, 2014

INSTRUCTIONS for submitting an APT are here.

If you have problems, please post on piazza what you were able to do and where you are stuck. Remember the name of the file and the name and args of the function must be EXACTLY as they appear in the specs.

NOTE: IF YOU CANNOT SNARF THE FILES, then you can test your apts right in the web page. You can create the python file on your computer, and then load the file into this web page for testing.

Alternative to testing APTs in Eclipse

If you are not able to snarf the apt then you can instead just write the python module in a file with the appropriate file name and load the file into this website to test it on the inputs. Here is how:

If you use this page again you may have to reload/rebrowse for the program and reselect the problem.