Monster Python programmers - updated skeleton code

Monster Python programmers - updated skeleton code

by Dal Sandhu -
Number of replies: 0

A message for Python programmers, only...

I have updated the Monster Python OOP skeleton code so that private attributes are suffixed with '__' and protected attributes are suffixed with '_' , i.e. so they observe Python OOP naming conventions.

I have attached the Visual Studio solution for those who use VS, and the .py file for those who use other environments or who wish to drop the new py file into their existing VS solution.

Note that the files in GoL are changed accordingly and that the BM4 test will be based on this new skeleton code.