Skip to content
David W Wright edited this page Oct 21, 2019 · 10 revisions

Binding Affinity Calculator v2 Development Wiki

Design resources

Coding notes

  • Code should support Python 3.6
  • Python code should be formatted to PEP8 compliance
  • Functionality should be implemented in a modular, object oriented way.
  • Each class should be saved to its own file, and init.py should be configured such classes can be imported with the module name, e.g.:
    from classone import ClassOne
    from classtwo import ClassTwo

Links from the olden times

Useful background