--- license: cc-by-sa-4.0 task_categories: - text-generation language: - en tags: - python - tutoring - education pretty_name: TutorFlow-Raw --- # TutorFlow-Raw A curated collection of Python tutoring examples merged from two upstream sources. ## Dataset Sources | Source | License | Role | |--------|---------|------| | `OpenTutor/python-easy` | `mit` | Direct merge — provides beginner-level Python exercises | | `CodeSchool/debug-examples` | `cc-by-sa-4.0` | Direct merge — provides debugging walkthroughs | ## Usage ```python from datasets import load_dataset ds = load_dataset("dongbobo/TutorFlow-Raw") ``` ## License `TutorFlow-Raw` is released under **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)**. This is the governing license for the merged artifact: `OpenTutor/python-easy` is MIT-licensed (permissive, compatible) and `CodeSchool/debug-examples` is CC-BY-SA-4.0-licensed (copyleft / share-alike). When the two sources are combined, the CC-BY-SA-4.0 share-alike obligation is the binding constraint, and the merged dataset must therefore be distributed under the same CC-BY-SA-4.0 terms.