profjsb / python-bootcamp

Python Bootcamp docs and lectures (UC Berkeley)
http://pythonbootcamp.info
Other
232 stars 229 forks source link

reorganizing python-bootcamp #6

Open marwahaha opened 9 years ago

marwahaha commented 9 years ago

I think we should combine the DataFiles_and_Notebooks and Lectures folders. Maybe even put the breakouts in the same folder? (I do like having Breakouts having Questions/ and Solutions/ folders...)

If there's old material (like Fernando's breakout 4 stuff from 2012), how can we clear it out without completely removing it from the directory? Maybe, an old/ folder at the top level?

What's the best way to manage this?

kbarbary commented 9 years ago

I think it makes sense to keep breakouts and solutions alongside the actual lectures, as they are often closely tied. I would even just get rid of the current top level directories and put the lecture directories at the top level. E.g.,

python-bootcamp/01_BasicIntro
               /02_....

breakouts and solutions could be subdirectories under the lecture directories.

I'm basically agreeing with @marwahaha :)