NOTE to contributors. These are the lessons and content from previous workshops. You should feel free to
- PRUNE heavily
- ADD your own flare
- Improve by providing better analogies
- Improve by adding more formative assessments
- Improve by giving them more practice exercises
- Improve by shortening lessons and sticking to the basics to keep with the time constraints
- Improve the rhythm and flow by adding more breaks
Note: this particular workshop was taught completely online and may show differences from other live-coding workshops you have seen in the past. Feel free to adjust as necessary.
Resbaz 2020 - imported the 2020 python workshop repo 2020 python repo -- taught as Software Carpentries in February of 2020 feb2019 -- imported the repo to create the current repo for the 2020 python workshop. Original 2019 repo can be found here:
Running the notebooks during the workshop without having software installed Follow instructions in HackMD pages: * Intro to Python 1: Data * Intro to Python 2: A tool for Programming
Running the notebooks at home with all software installed locally:
- Follow the website instructions to setup your machine.
- Clone this repo
- Use the command line to go to the repo
- Then go to the
intro_python
directory for Intro to Python 1: Data ORpython_workflows
directory for Intro to Python II: A tool for programming - If conda installed correctly you should be able to launch Jupyter from there with this command
jupyter notebook