Processing Data Files with Python

preview_player
Показать описание
In this tutorial, you will teach you how to process data files with with Python. You learn how to:
- Read from and write data to a file;
- Work with Python data structures including Lists and Sets;
- Use Python Statements including for loops and if statement;
- Extract data from strings using the split() function;
- Apply Print Formatting when writing data to an output file.
This is one of the programming exercises from our Python Programming course. To learn more, please visit the following link:
Рекомендации по теме
Комментарии
Автор

At 3:25 how did you open the file to explore it?

sarahelshaikh