-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Review
Review slides from the Lab Module 03 discussion and related references / book content covered in class.
Objective
Learn about basic Python flow control and functions.
Activities
Implement the exercises below: IPP-DEV-03-001 through IPP-DEV-03-003.
Lab Module 03
Lab Module 03 - Functions and Flow is focused on Python program flow and functions.
Step 1: Read the Lab Module Summary and follow the Configuration steps
- IPP-INF-03-001: An overview of this lab module.
- IPP-STU-03-001: A summary of lab module and assignment submission instructions for students of this course.
- IPP-CFG-03-001: A summary of configuration instructions for this lab module.
Step 2: Follow the DEV specific instructions
- IPP-DEV-03-001: Declaring functions.
- IPP-DEV-03-002: Functions calling functions.
- IPP-DEV-03-003: Create a simple app.
- IPP-DEV-03-004: Call a function within the simple app.
Step 3: Test, commit local and push to remote (Git)
- IPP-DEV-03-100: Test your updates and validate all is functioning according to the given requirements. Commit your code to your local repository, then push your updates to your remote git repository.
NOTE: Each exercise requires familiarity with source code version control using Git. If you're unfamiliar with Git, Git branching, or merging, Atlassian has a useful tutorial on these topics, located here: Git Branching
Review the README
- Please see README.md for further information on, and use of, this content.
Review the LICENSE and USAGE guidelines
- Please see IPP-DOC-LIC for license and usage information.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Lab Module 03 - Functions & Flow