Courses

Working with Files and Modules

Working with Files and Modules
300 USD
Programming For Engineers
9 Courses
244 Lessons in 42 Chapters
25 Hours & 24 Minutes
Lessons
19 Lessons in 5 Chapters
Duration
2 Hours & 2 Minutes
Students
0 Student in 0 Country
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:06:00
01-02 - Types of files: Text files vs. Binary files
 0:04:00
01-03 - File operations: Reading
 0:04:00
01-04 - File operations: Writing,
 0:06:00
01-05 - file operations: Appending,
 0:07:00
02-01 - Opening and Closing Files
 0:06:00
02-02 - Reading Data from a File
 0:08:00
02-03 - Writing Data to Files
 0:06:00
02-04 - Appending Data to Files
 0:07:00
02-05 - Overwriting Files
 0:06:00
03-01 - Introduction to CSV format
 0:05:00
03-02 - Reading and Writing CSV Files
 0:07:00
03-03 - Working with CSV Data as Lists and Dictionaries
 0:04:00
04-01 - Introduction to JSON format
 0:07:00
04-02 - Reading and Writing JSON Data
 0:07:00
04-03 - Serializing and Deserializing Python objects
 0:08:00
05-01 - Introduction to XML format
 0:07:00
05-02 - Parsing XML files using Python
 0:08:00
05-03 - Writing data into XML files
 0:09:00