{"id":19414734,"url":"https://github.com/cusyio/python4datascience-de","last_synced_at":"2025-04-24T12:32:06.473Z","repository":{"id":174451578,"uuid":"649725482","full_name":"cusyio/Python4DataScience-de","owner":"cusyio","description":"Schulungsmaterialen für den Aufbau und die Nutzung einer Forschungsinfrastruktur auf Basis von Jupyter Notebooks: https://cusy.io/de/seminare","archived":false,"fork":false,"pushed_at":"2024-10-21T14:55:59.000Z","size":31536,"stargazers_count":2,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-22T11:59:21.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cusyio.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-05T13:54:46.000Z","updated_at":"2024-10-21T14:56:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bae2197-7366-43e5-b2ac-ac3f11ba4b7d","html_url":"https://github.com/cusyio/Python4DataScience-de","commit_stats":null,"previous_names":["veit/python4datascience-de"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2FPython4DataScience-de","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2FPython4DataScience-de/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2FPython4DataScience-de/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cusyio%2FPython4DataScience-de/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cusyio","download_url":"https://codeload.github.com/cusyio/Python4DataScience-de/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223954153,"owners_count":17231182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T12:39:18.718Z","updated_at":"2025-04-24T12:32:06.465Z","avatar_url":"https://github.com/cusyio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. SPDX-FileCopyrightText: 2020 Veit Schiele\n..\n.. SPDX-License-Identifier: BSD-3-Clause\n\nPython4DataScience\n==================\n\n.. _badges:\n\nStatus\n------\n\n.. image:: https://img.shields.io/github/contributors/cusyio/python4datascience-de.svg\n   :alt: Contributors\n   :target: https://github.com/cusyio/python4datascience-de/graphs/contributors\n.. image:: https://img.shields.io/github/license/cusyio/python4datascience-de.svg\n   :alt: License\n   :target: https://github.com/cusyio/python4datascience-de/blob/main/LICENSE\n.. image:: https://results.pre-commit.ci/badge/github/cusyio/Python4DataScience-de/main.svg\n   :target: https://results.pre-commit.ci/run/github/649725482/1726568571.WhuLTrgJT3aZZkF-R0Fd8w\n   :alt: pre-commit.ci status\n.. image:: https://readthedocs.org/projects/python4datascience-de/badge/?version=latest\n   :alt: Docs\n   :target: https://python4datascience-de.readthedocs.io/de/latest/\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo..14031392.svg\n   :alt: DOI\n   :target: https://doi.org/10.5281/zenodo.14031392\n.. image:: https://img.shields.io/badge/dynamic/json?label=Mastodon\u0026query=totalItems\u0026url=https%3A%2F%2Fmastodon.social%2F@Python4DataScience%2Ffollowers.json\u0026logo=mastodon\n   :alt: Mastodon\n   :target: https://mastodon.social/@Python4DataScience\n\n.. _first-steps:\n\nÜberblick\n---------\n\nDieses Repository enthält ein Tutorium für Datenmanagement und -analyse mit Python.\nDie Ordner enthalten:\n\n- ``data/`` - Daten für ein Beispielprojekt\n- ``docs/`` - die eigentliche Dokumentation\n- ``fastapi/`` - Beispielprojekt eines Servers, der Daten bereitstellt\n\n\nInstallation\n------------\n\n#. Herunterladen und Auspacken:\n\n   .. code-block:: console\n\n    $ curl -O https://codeload.github.com/cusyio/python4datascience-de/zip/main\n    $ unzip main\n    Archive:  main\n    …\n       creating: python4datascience-de-main/\n    …\n\n#. Installieren der Python-Pakete\n\n   .. code-block:: console\n\n    $ cd python4datascience-de-main\n    $ python3 -m venv .venv\n    $ . .venv/bin/activate\n    $ python -m pip install -e \".[dev]\"\n\n#. Installieren der `Jupyter Notebook Extensions\n   \u003chttps://jupyter-contrib-nbextensions.readthedocs.io/\u003e`_:\n\n   .. code-block:: console\n\n      $ jupyter contrib nbextension install --user\n      jupyter contrib nbextension install --user\n      Installing jupyter_contrib_nbextensions nbextension files to jupyter data directory\n      …\n      Successfully installed jupyter-contrib-core-0.3.3 jupyter-contrib-nbextensions-0.5.1\n      jupyter-highlight-selected-word-0.2.0 jupyter-latex-envs-1.4.6\n      jupyter-nbextensions-configurator-0.4.1\n      …\n      $ jupyter nbextension enable latex_envs --user --py\n      Enabling notebook extension latex_envs/latex_envs...\n            - Validating: OK\n\n#. HTML-Dokumentation erstellen:\n\n   .. code-block:: console\n\n      $ cd docs\n      $ make html\n\n#. PDF erstellen:\n\n   Für die Erstellung von PDFs benötigt ihr weitere Pakete.\n\n   Für Debian/Ubuntu erhaltet ihr diese mit:\n\n   .. code-block:: console\n\n      $ sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk\n\n   oder für macOS mit:\n\n   .. code-block:: console\n\n      $ brew cask install mactex\n      …\n      🍺  mactex was successfully installed!\n      $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts\n      $ sudo texlua install-getnonfreefonts\n      …\n      mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...\n      mktexlsr: Done.\n\n   Anschließend könnt ihr ein PDF generieren mit:\n\n   .. code-block:: console\n\n      $ make latexpdf\n      …\n      The LaTeX files are in _build/latex.\n      Run 'make' in that directory to run these through (pdf)latex\n      …\n\n   Das PDF findet ihr anschließend in ``docs/_build/latex/jupytertutorial.pdf``.\n\n\n.. _follow-us:\n\nFolge uns\n---------\n\n* `GitHub \u003chttps://github.com/cusyio/Python4DataScience-de\u003e`_\n* `Mastodon \u003chttps://mastodon.social/@Python4DataScience\u003e`_\n\nPull-Requests\n-------------\n\nWenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehle ich euch,\neinen `Fork \u003chttps://github.com/cusyio/Python4DataScience-de/fork\u003e`_ unseres\n`GitHub-Repository \u003chttps://github.com/cusyio/Python4DataScience-de/\u003e`_ zu\nerstellen und darin eure Änderungen vorzunehmen. Gerne dürft ihr auch einen\n*Pull Request* stellen. Sofern die darin enthaltenen Änderungen klein und\natomar sind, schauen wir uns eure Vorschläge gerne an.\n\nDa eine englischsprachige Übersetzung gepflegt wird, beachtet folgende\nRichtlinien:\n\n* Commit-Nachrichten auf Englisch\n* Commit-Nachrichten mit einem `Gitmoji \u003chttps://gitmoji.dev/\u003e`__ am Anfang\n* Namen von Ordnern und Dateien auf Englisch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcusyio%2Fpython4datascience-de","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcusyio%2Fpython4datascience-de","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcusyio%2Fpython4datascience-de/lists"}