Sequences and File Operations

Learning Objectives: Learn different types of sequence structures, related operations and their usage. Also learn diverse ways of opening, reading, and writing to files.

Topics:
• Python files I/O Functions
• Numbers
• Strings and related operations
• Tuples and related operations
• Lists and related operations
• Dictionaries and related operations
• Sets and related operations

Hands On/Demo:
• Tuple – properties, related operations, compared with a list
• List – properties, related operations
• Dictionary – properties, related operations
• Set – properties, related operations

Skills:
• File Operations using Python
• Working with data types of Python