Creating an Array of Objects in Python
<p>A Level papers often ask a student to read a text file and create an instance of a class for each line and store it in an array.<br />
This is a presentation which takes a student through this process step by step and includes fully tested Python code to illustrate the process.</p>