Skip to content

Commit

Permalink
announcement week 2
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Jan 16, 2024
1 parent 1a4bb2b commit 7a7a58e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions _announcements/week-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Week 2 Announcement
week: 2
date: 2024-01-15
---

As a computational scientist you want to have a number of tools in
your (virtual) tool belt to get your work done. In Week 1 we already
learned to [use the command line]({{ site.baseurl }}/{% link
modules/setup_unix/Unix_Shell.md %}), namely `bash`.

![git logo](https://git-scm.com/images/[email protected])
{: .float-right }
In Week 2 we will learn to use the [git](https://git-scm.com/) source
code management tool, a distributed version control system (VCS), that
is widely used in the open source communities and in industry. A VCS
keeps track of multiple files in a project and allows multiple people
to work on the same project without overwriting each other's changes.

![python logo](https://www.python.org/static/img/python-logo.png)
{: .float-right }
We will also review the [Python](https://www.python.org/) programming
language. Python is widely used in the sciences (and in industry) and
provides everything one needs to solve problems in virtually all areas
you can think of.

0 comments on commit 7a7a58e

Please sign in to comment.