python-intermediate-development icon indicating copy to clipboard operation
python-intermediate-development copied to clipboard

Explicitly mention which file to edit in challenge 'Use classes to abstract out data loading'

Open svenvanderburg opened this issue 1 year ago • 1 comments
trafficstars

In challenge 'Use classes to abstract out data loading' in episode 3.3 I suggest to change the last sentence:

Finally, construct an instance of the class CSVDataSource outside the statistical analysis and pass it to analyse_data() function.'

to

Finally, construct an instance of the class CSVDataSource outside the statistical analysis and pass it to analyse_data() function in the file inflammation-analysis.py.

Our participants were struggling with this, see #395

svenvanderburg avatar Oct 15 '24 09:10 svenvanderburg