-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f026c11
commit 1ed90a0
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Software Skills and Carpentry | ||
|
||
Our group does many things that center around software development and use. As | ||
such, we all need some basic software skills. Here are some great resrouces to | ||
help get up to speed or brush up some rusty areas, taken or derived from | ||
[Software Carpentry](https://software-carpentry.org/) | ||
|
||
### Self-Directed Lessons | ||
* [System Setup](https://github.com/rachelslaybaugh/NE24/blob/gh-pages/setup.md) | ||
* [Shell](https://github.com/rachelslaybaugh/shell-novice) | ||
* [Git](https://github.com/rachelslaybaugh/git-novice) | ||
* [Testing](http://rachelslaybaugh.github.io/python-testing/) | ||
* [Documentation](https://github.com/rachelslaybaugh/NE24/blob/gh-pages/documentation/documentation.ipynb) | ||
* [Make and Automation](http://swcarpentry.github.io/make-novice/) | ||
* [LaTeX](https://github.com/rachelslaybaugh/LaTeXIntro) | ||
* [Jupyter](https://github.com/rachelslaybaugh/ucb-ipython-intro) |