Dave Morton - Aug 30, 2012:
Dunno, Will. That’s the first I’ve heard of it. It strikes me as somewhat odd, since the only “Doctor” that it might make any sense to be a reference to would be THE Doctor, and while I’m far from being omniscient when it comes to Dr. Who, I’ve got a fairly decent amount of knowledge regarding the series (well, the modern series, at least), and the references make no sense in that context.
Dave, when I Google “doctor code” + “programming” I get a few things that are related to games, Final Fantasy and such which I know pretty much nothing about, seems like that’s one of those “gamers” that was conversing with AI Will Dockery, maybe.
Then I find things like this:
http://home.wlu.edu/~lambertk/classes/111/Projects/hw12.htm
With such sections as:
“...Finally, review the code for the server, client, and doctor modules. There are some slight changes from the code presented in the lectures, related to the differences between Python2 and Python3. The lectures on networks have been updated as well.
Part I – Convert Your Own Doctor to a Python Class
You will fix your own doctor code from Project 6 so that it can be used in the client/server program. To do that, edit your own doctor program from Project 6 so that it provides a Doctor class with a constructor and the methods greeting, farewell, and reply. (Hints: the history list should be an instance variable, whereas the other data structures should be class variables in your Doctor class; all of the functions should become instance methods; and the main function goes away.). Test your Doctor class using the program doctortest.py provided in the Project12 folder. Then, run the client/server program with your own doctor.py module…”
Anyway, at this point it looks just a bit over my head whatever it means!