Category: DEVASC v1

3.5.7 Lab – Create a Python Unit Test (Answers)

3.5.7 Lab – Create a Python Unit Test (Answers) Objectives Part 1: Launch the DEVASC VM Part 2: Explore Options in the unittest Framework Part 3: Test a Python Function with unittest Background / Scenario Unit tests examine independent units of code, like functions, classes, modules, and libraries. …

3.4.6 Lab – Explore Python Classes (Answers)

3.4.6 Lab – Explore Python Classes (Answers) Objectives Part 1: Launch the DEVASC VM Part 2: Review Functions, Methods, and Classes Part 3: Define a Function Part 4: Define a Class with Methods Part 5: Review the circleClass.py Script Background / Scenario In this lab, you review Python …

3.1.12 Lab – Explore Python Development Tools (Answers)

3.1.12 Lab – Explore Python Development Tools (Answers) Objectives Part 1: Launch the DEVASC VM Part 2: Review the Python Installation Part 3: PIP and Python Virtual Environments Part 4: Sharing Your Virtual Environment Background / Scenario This course has some basic expectations for students, that they have …

2.2.7 Lab – Explore DevNet Resources (Answers)

2.2.7 Lab – Explore DevNet Resources (Answers) Objectives Part 1: Find and Navigate a Learning Lab Part 2: Explore More Resources Background / Scenario DevNet hosts many resources for developers. As a developer, you will need to understand what is available and what offerings are useful for the …

1.3.3 Lab – Python Programming Review (Answers)

1.3.3 Lab – Python Programming Review (Answers) Objectives Part 1: Launch the DEVASC VM Part 2: Start Python and VS Code Part 3: Review Data Types and Variables Part 4: Review Lists and Dictionaries Part 5: Review the Input Function Part 6: Review If, For, and While Functions …

1.2.2 Lab – Linux Review (Answers)

1.2.2 Lab – Linux Review (Answers) Objectives Part 1: Launch the DEVASC VM Part 2: Review Command Syntax Navigation Part 3: Review File Management Part 4: Review Regular Expressions Part 5: Review System Administration Background / Scenario In this lab, you review basic Linux skills including command navigation, …