Software Terms

From SCECpedia
Jump to navigationJump to search
  • Library: Software you include in your own code
    • example: Scikit
  • Framework: provides the essential supporting structure to achieve a specific task.
    • example: Django
  • Toolbox: Software that enables user who has not seen source code could work with code, and do useful work with toolbox

use a layered model to documentation:

    • example:
      • simple introductory example, download catalog and lookup stats of catalog (example)
      • more advanced methods on
      • access to specifics of api and how the methods are implemeneted with pydocs

Related Entries