top of page

Python - Reading and Writing Files



Class Notes:


Class Description:

This class will teach how to use Python to Parse Files (Read Them) so that you can extract information and take action based on the files contents.


We'll also go over how to write to files and will even write a script to dynamically write HTML web pages that can be used for alert systems or digital dashboards.


The class will go over:

  • Reading and Writing to Files

  • Directory Paths when dealing with files

  • Dynamically creating HTML web pages

  • The difference between ASCII test formatting and HTML

  • Turning files into Lists to Parse the Data

  • Understanding CSV files

  • Understanding the value of standardized data formats

0 views0 comments

Recent Posts

See All

Comments


bottom of page