https://github.com/4turesearchdata-carpentries/software_carpentry_learner
https://github.com/4turesearchdata-carpentries/software_carpentry_learner
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4turesearchdata-carpentries/software_carpentry_learner
- Owner: 4TUResearchData-Carpentries
- License: cc-by-4.0
- Created: 2024-07-22T10:26:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T07:54:54.000Z (12 months ago)
- Last Synced: 2024-11-13T08:32:27.689Z (12 months ago)
- Language: Jupyter Notebook
- Size: 7.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software Carpentry - Learner materials
[![CC BY 4.0][cc-by-shield]][cc-by]
## Branching policy.
This is the *main* branch. It does not correspond to any actual run of this course. You probably want to be looking at the branch corresponding to the actual run of the course that you are attending.
## Content
Collection of learner materials for a Software Carpentries workshop. These materials are adaptations from the lessons provided by the [Software Carpentry](https://software-carpentry.org/lessons/).
Course materials are divided into the following folders:
### Python
The python/ folder contains code and sample data for the Python course, and Jupyter Notebook samples that reflect what the instructor is typing throughout the class. These include the folders:
- **code** In-class example code
- **data** Sample data for the data analysis and visualisation part of the course
- **solutions** Solutions to class exercises
- The files **exercises_day1.ipynb** and **exercises_day2.ipynb**, which are the Jupyter notebooks for you to use in the class sessions.
### Bash
The bash/ folder contains exercises and solutions, and the type-along log, for the Unix Shell day of the course, including:
- **exercises.md** Exercises associated with the Software Carpentries Unix Shell course
- **solutions.md** Solutions to the exercises above, and
- **type_along_log.txt** The log of the comadnds the instructor uses, that will be filled as the day goes along.
### Git
The git/ folder contains exercises and solutions, and the type-along log, for the Version Control with Git day of the course, including:
- **exercises.md** Exercises associated with the Software Carpentries Version COntrol course
- **solutions.md** Solutions to the exercises above, and
- **type_along_log.txt** The log of the comadnds the instructor uses, that will be filled as the day goes along.
## Feedback
Feel free to use these materials and I welcome any feedback (mistakes, suggestions) in the form of an issue.
## License
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].
[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg