Courses

Working with Files and Modules

Working with Files and Modules
300 USD
Programming For Engineers
9 Courses
224 Lessons in 41 Chapters
22 Hours & 33 Minutes
Lessons
16 Lessons in 5 Chapters
Duration
1 Hours & 21 Minutes
Students
426 Students in 7 Countries
Instructor
Mostafa Emad Engineering Software Developer
By the end of this module, participants will understand how to work with files and modules in Python, including reading from and writing to files, handling different file formats, and managing exceptions. They will be able to organize code effectively using modules and packages, enabling better code reuse and maintainability. Additionally, they will apply these concepts to engineering applications, ensuring efficient data storage, retrieval, and processing.
Course Curriculum
  Expand All     Collapse All
01-01 - What is File Handling
 0:05:00
01-02 - Types of files: Text files vs. Binary files
 0:05:00
01-03 - File operations Reading & Writing
 0:10:00
01-04 - File operations Appending
 0:03:00
01-05 - Error Handling with File
 0:02:00
02-01 - Reading Data from a File
 0:08:00
02-02 - Writing Data to Files
 0:04:00
02-03 - Appending Data to Files
 0:06:00
03-01 - Introduction to CSV format
 0:04:00
03-02 - Reading and Writing CSV Files
 0:04:00
03-03 - Working with CSV Data as Lists and Dictionaries
 0:07:00
04-01 - Introduction to JSON format
 0:05:00
04-02 - Reading and Writing JSON Data
 0:04:00
05-01 - Introduction to XML format
 0:04:00
05-02 - Parsing XML files using Python
 0:05:00
05-03 - Writing data into XML files
 0:05:00