carpentries-incubator / carpentries-incubator/python-intermediate-development
Explicitly mention which file to edit in challenge 'Use classes to abstract out data loading'
- Vorherrschende Sprache
- TeX
- Sterne
- 63
- Forks
- 77
- Ø Merge
- 20 Std. 8 Min.
- Gemergte PRs (30 T.)
- 3
Beschreibung
In challenge ['Use classes to abstract out data loading'](https://carpentries-incubator.github.io/python-intermediate-development/33-code-decoupling-abstractions/index.html#exercise-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
Beitragsleitfaden
Rechercherichtung
Öffne Folge 3.3 und die Übung “Use classes to abstract out data loading” im verlinkten Abschnitt. Aktualisiere den letzten Satz so, dass ausdrücklich gesagt wird, die CSVDataSource-Instanz an analyse_data() in inflammation-analysis.py zu übergeben; abgeschlossen ist die Aufgabe, wenn die Anweisung diese Datei eindeutig nennt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 45/100