carpentries-incubator / python-packaging-publishing

Packaging and Publishing with Python
https://carpentries-incubator.github.io/python-packaging-publishing/
Other
24 stars 16 forks source link

Sample files for learners in workshop #1

Open brownsarahm opened 6 years ago

brownsarahm commented 6 years ago

How can the lesson best provide learners with "toy" content to organize?

Is it too much to do a little bit of start from scratch and then some organizing or should it be all one?

Which one?

Ideally a sample of what researchers might have: code in notebooks, maybe some functions, etc to start organising?

vinisalazar commented 3 years ago

There's the 'Practice working on a project' challenge in Episode 02. I believe that this could go there? I would suggest that an easy way to supply the files would be to provide a single .zip file inside the lesson repository's code/ directory. This way it's possible to simply add a command to download and unzip them.

If you agree, I will submit a PR with a tentative approach.

Best, Vini

brownsarahm commented 3 years ago

a zip file is hard to maintain. A separate repo where learners can either clone or download via zip, would be, I think, preferable.

vinisalazar commented 3 years ago

Sure. I will create a repository on my own profile and if that's satisfactory it can be imported into the Carpentries Incubator org.