Python Programming Lesson 36

1 year ago
1

Intro to Python – Lesson 36 and 37 There are many reasons to use a data file in a program(s). Remember that text / data files must be processed sequentially from the first record to the last record. For that reason, text files are not used that much for storing records – that will be done in a database tables - but still commonly used for default / constants values used in a program.

Loading comments...