swcarpentry / python-novice-gapminder

Plotting and Programming in Python
http://swcarpentry.github.io/python-novice-gapminder/
Other
165 stars 430 forks source link

tool for creating parson's problems #213

Open raynamharris opened 7 years ago

raynamharris commented 7 years ago

On of our instructor's in training, @pllim, developed a really cool python script for creating parson's problems. You input a few lines of python code, and the output is a scrambled block of code with the indentation removed. This could be a really nice thing to use for creating challenges!

https://github.com/pllim/playpen/blob/master/scramble_codes.py

(Cross posted at https://github.com/swcarpentry/python-novice-inflammation/issues/388)

pllim commented 7 years ago

Thanks, Rayna! Also see ErinBecker/instructor-training-reorg#33

ntmoore commented 6 years ago

There are only a few Parson's Problems in this lesson. New problems are certainly welcome if you have a good example you'd like to submit via PR.