Testing Code in Practice
										Unit 10
									
									Unit 10 explores how Python 
code can be 
packaged to be 
published in a user-friendly way. However, before publishing, it is necessary to test the code. 
									The last unit established the importance of the testing phase, and this unit explores different approaches to 
testing both the 
logic and 
syntax of the code created.
									In addition, the final course, 
"Advanced Topics in Object Oriented Programming", is taken in this unit to complete the object-oriented courses.