File size: 1,140 Bytes
b361408 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | ---
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.
|