agile-tutorial
agile-tutorial copied to clipboard
A tutorial for agile development of cloud applications.
**As a** user **I need** to cube each element in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py` file with the...
**As a** user **I need** to subtract an integer value from each element in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a...
**As a** user **I need** to multiply each element in the list by an integer value **So that** so that calculations can be automated. **Assumptions:** * There should be a...
**As a** user **I need** to add an integer value to each element in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a...
**As a** user **I need** to power each element in the list by an integer value **So that** so that calculations can be automated. **Assumptions:** * There should be a...
**As a** user **I need** to calculate the median of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...
**As a** user **I need** to calculate the standard deviation of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a...
**As a** user **I need** to calculate the variance of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...
**As a** user **I need** to calculate the sum of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...
**As a** user **I need** to calculate the product of the elements in the list **So that** so that calculations can be automated. **Assumptions:** * There should be a `main.py`...