AACC – Spring 2023 – CTS-233-400 – DEVASC 200-901: Lab 3.5.7 – Part #3 Steps 1 & 2: Unit Testing

In this video, we continue our journey on Lab 3.5.7 by focusing on Part #!3 – Steps #1 and #2. This part of the lab will definitely take us into the deep end of the Python programming pool for the course and so we spend some time diving deep into each line of the json_search() function, examine the labs use of the ‘from module-name import *’ import statement, compare and contrast the implications of using that statement versus the ‘import module-name’ statement and I even demonstrate the ‘better practice’ approach to importing names from other Python modules. This is a deep dive, but one that is necessary to understand what each line of code is doing for us. Enjoy!

*These videos are being made for my AACC Spring 2023 CTS-233-400 learners to provide additional support for their learning journey.*