-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Review
Review slides from the Lab Module 02 discussion and related references / book content covered in class.
Objective
Learn about basic Python syntax and built-in types.
Activities
Implement the exercises below: IPP-DEV-02-001 through IPP-DEV-02-005.
Lab Module 02
Lab Module 02 - Python Syntax is focused on Python Syntax and some of its built-in types.
Step 1: Read the Lab Module Summary and follow the Configuration steps
- IPP-INF-02-001: An overview of this lab module.
- IPP-STU-02-001: A summary of lab module and assignment submission instructions for students of this course.
- IPP-CFG-02-001: A summary of configuration instructions for this lab module.
Step 2: Follow the DEV specific instructions
- IPP-DEV-02-001: Working with
int
andfloat
. - IPP-DEV-02-002: Using Python for simple calculations.
- IPP-DEV-02-003: Using f-strings (formatted strings).
- IPP-DEV-02-004: Working with
bool
. - IPP-DEV-02-005: Working with sequences (list, typle, range).
Step 3: Test, commit local and push to remote (Git)
- IPP-DEV-02-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 02 - Syntax