generated from Py4Phy/just-the-class
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
26 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
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. | ||
|