Skip to content

rolfbecker/EE_2.06_SciProg_SS2021

Repository files navigation

SciProg SS2021: Fundamentals of Scientific Programing

Lecture and Tutorial Material for Scientific Programming (EE_2.06, SciProg)

This is a compulsory course of the Environment & Energy Program
at Rhine-Waal University of Applied Sciences (HSRW).

Course manager and instructor: Rolf Becker.

Directories / TOC

  • nb00xx HPL (selection of Hans-Petter Langtangen's fundamentals, partly modified)
  • nb01xx More basics
  • nb02xx Numpy
  • nb03xx Plotting
  • nb04xx File IO
  • nb05xx Pandas
  • nb06xx Numerical
  • nb07xx Applications
  • nb08xx Future Applications
  • nb09xx Python Intro, Stanford Course CS231n

Git Repository

We use this is a Git repository to disseminate the course material. Please use a Git client to clone this repository regularly.

What is Git?

Git is a distributed version control system for source code management. It provides a set of commands to interact with a local repository as well as a remote repository (server). GitHub and GitLab are two server implementations for Git often used as source-code-hosting facilities.

Install a Git Client

The are many different Git clients. The clients can be used to interact with both GitLab and GitHub. The purists use the command line interface (CLI).

For now we recommend to install both,

  1. The CLI based Git client and
  2. the GUI based GitHub Desktop.

Clone the Repository

Command line: git clone https://github.com/rolfbecker/EE_2.06_SciProg_SS2021.git

With GitHub Desktop:

  1. Open GitHub desktop
  2. Go to File -> Clone repository ...
  3. Change to tab URL
  4. Copy the URL https://github.com/rolfbecker/EE_2.06_SciProg_SS2021.git into the URL field
  5. Choose your local path (directory). In this directory a new directory with the repo name will be created.
  6. Press button clone.

Git Workflow

View 1

Git Workflow 1 (https://i.stack.imgur.com/vpVBd.png)

Git Help

YouTube Videos by David Mahler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published