Difference between revisions of "Software Terms"
From SCECpedia
Jump to navigationJump to searchLine 8: | Line 8: | ||
example: Scikit | example: Scikit | ||
user who has not seen source code could work with code, and do useful work with toolbox | user who has not seen source code could work with code, and do useful work with toolbox | ||
+ | use a layered model to documentation: | ||
+ | 1: simple introductory example, download catalog and lookup stats of catalog (example) | ||
+ | 2: more advanced methods on | ||
+ | 3: access to specifics of api and how the methods are implemeneted with pydocs | ||
== Related Entries == | == Related Entries == | ||
*[[Software]] | *[[Software]] |
Revision as of 18:35, 7 March 2019
- Library
Software you include in your own code
- Framework
Codes for a specific purpose
- Toolbox
example: Scikit user who has not seen source code could work with code, and do useful work with toolbox use a layered model to documentation: 1: simple introductory example, download catalog and lookup stats of catalog (example) 2: more advanced methods on 3: access to specifics of api and how the methods are implemeneted with pydocs