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 …