File indexing completed on 2025-01-18 10:18:38
0001 <div class="row">
0002 <div class="col-md-6">
0003 <h3 id="syllabus-shell">The Unix Shell</h3>
0004 <ul>
0005 <li>Files and directories</li>
0006 <li>History and tab completion</li>
0007 <li>Pipes and redirection</li>
0008 <li>Looping over files</li>
0009 <li>Creating and running shell scripts</li>
0010 <li>Finding things</li>
0011 <li><a href="{{site.swc_pages}}/shell-novice/reference/">Reference...</a></li>
0012 </ul>
0013 </div>
0014 <div class="col-md-6">
0015 <h3 id="syllabus-python">Programming in Python</h3>
0016 <ul>
0017 <li>Using libraries</li>
0018 <li>Working with arrays</li>
0019 <li>Reading and plotting data</li>
0020 <li>Creating and using functions</li>
0021 <li>Loops and conditionals</li>
0022 <li>Defensive programming</li>
0023 <li>Using Python from the command line</li>
0024 <li><a href="{{site.swc_pages}}/python-novice-inflammation/reference/">Reference...</a></li>
0025 </ul>
0026 </div>
0027
0028
0029
0030
0031
0032
0033
0034
0035
0036
0037
0038
0039
0040
0041
0042
0043
0044
0045
0046
0047
0048
0049
0050
0051
0052
0053 </div>
0054
0055 <div class="row">
0056 <div class="col-md-6">
0057 <h3 id="syllabus-git">Version Control with Git</h3>
0058 <ul>
0059 <li>Creating a repository</li>
0060 <li>Recording changes to files: <code>add</code>, <code>commit</code>, ...</li>
0061 <li>Viewing changes: <code>status</code>, <code>diff</code>, ...</li>
0062 <li>Ignoring files</li>
0063 <li>Working on the web: <code>clone</code>, <code>pull</code>, <code>push</code>, ...</li>
0064 <li>Resolving conflicts</li>
0065 <li>Open licenses</li>
0066 <li>Where to host work, and why</li>
0067 <li><a href="{{site.swc_pages}}/git-novice/reference/">Reference...</a></li>
0068 </ul>
0069 </div>
0070
0071
0072
0073
0074
0075
0076
0077
0078
0079
0080
0081
0082
0083
0084
0085
0086 <div class="col-md-6">
0087 <h3 id="syllabus-r">Open Refine</h3>
0088 <ul>
0089 <li>Introduction to OpenRefine</li>
0090 <li>Importing data</li>
0091 <li>Basic functions</li>
0092 <li>Advanced Functions</li>
0093 <li><a href="{{site.lc_pages}}library-openrefine/reference">Reference...</a></li>
0094 </ul>
0095 </div>
0096 </div>