The learning objectives for this course are listed below:
- Use various single value datatypes (e.g., integers, floats, strings, and Boolean)
- Use multi-value collections in Python (e.g., lists, tuples, sets, and dictionaries)
- Demonstrate knowledge of loops in Python (while-else and for loops)
- Demonstrate ability to handle text files in Python
- Construct a Python program that includes the use of functions