gvasold / gdp23

Grundlagen der Programmierung WS 23/24

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdp (Grundlagen der Programmierung) WS 2022/23

This repository contains Jupyter notebooks and example data for my course Grundlagen der Programmierung at Graz University. All notebooks are in German.

Usage

To use the notebooks make sure you have these programs installed:

  • Python version 3.
  • Jupyter. Install it via pip or conda (pip install --user jupyter or conda install jupyter if you use Conda/Anaconda)
  • I suggest to also install jupyterlab, which is a more modern version of jupyter notebook (which was installed automatically with jupyter): pip install --user jupyterlab or conda install jupyterlab.

Clone the repository from GitHub:

git clone https://github.com/gvasold/gdp23.git

Then change into gdp23 directory and start the Jupyter server:

cd gdp
jupyter notebook

or, if you have installed jupyterlab:

jupyter-lab

This will bring up your browser and will show you the contents of the gdp directory.

All notebooks have numbers (like 01_datentypen.ipynb). I suggest to use the notebooks in this order. Notebooks are organized by topics. Each topic has its own folder. Start with folder grundlagen.

License

All notebooks are licensed under CC BY-NC-SA 4.0.

About

Grundlagen der Programmierung WS 23/24

License:Other


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%