Giter Club home page Giter Club logo

python4datascience-de's Introduction

Python4DataScience

Status

Contributors License pre-commit.ci status Docs DOI Mastodon

Überblick

Dieses Repository enthält ein Tutorium für Datenmanagement und -analyse mit Python. Die Ordner enthalten:

  • data/ - Daten für ein Beispielprojekt
  • docs/ - die eigentliche Dokumentation
  • fastapi/ - Beispielprojekt eines Servers, der Daten bereitstellt

Installation

  1. Herunterladen und Auspacken:

    $ curl -O https://codeload.github.com/veit/python4datascience-de/zip/main
    $ unzip main
    Archive:  main
    
       creating: python4datascience-de-main/
    
  2. Installieren der Python-Pakete

    $ cd python4datascience-de-main
    $ python3 -m venv .
    $ . bin/activate
    $ python -m pip install -r docs/requirements.txt
  3. Installieren der Jupyter Notebook Extensions:

    $ jupyter contrib nbextension install --user
    jupyter contrib nbextension install --user
    Installing jupyter_contrib_nbextensions nbextension files to jupyter data directory
    
    Successfully installed jupyter-contrib-core-0.3.3 jupyter-contrib-nbextensions-0.5.1
    jupyter-highlight-selected-word-0.2.0 jupyter-latex-envs-1.4.6
    jupyter-nbextensions-configurator-0.4.1
    
    $ jupyter nbextension enable latex_envs --user --py
    Enabling notebook extension latex_envs/latex_envs...
          - Validating: OK
  4. HTML-Dokumentation erstellen:

    $ cd docs
    $ make html
  5. PDF erstellen:

    Für die Erstellung von PDFs benötigt ihr weitere Pakete.

    Für Debian/Ubuntu erhaltet ihr diese mit:

    $ sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended latexmk

    oder für macOS mit:

    $ brew cask install mactex
    
    🍺  mactex was successfully installed!
    $ curl --remote-name https://www.tug.org/fonts/getnonfreefonts/install-getnonfreefonts
    $ sudo texlua install-getnonfreefonts
    
    mktexlsr: Updating /usr/local/texlive/2020/texmf-dist/ls-R...
    mktexlsr: Done.

    Anschließend könnt ihr ein PDF generieren mit:

    $ make latexpdf
    
    The LaTeX files are in _build/latex.
    Run 'make' in that directory to run these through (pdf)latex
    

    Das PDF findet ihr anschließend in docs/_build/latex/jupytertutorial.pdf.

Folge uns

Pull-Requests

Wenn ihr Vorschläge für Verbesserungen und Ergänzungen habt, empfehle ich euch, einen Fork meines GitHub-Repository zu erstellen und darin eure Änderungen vorzunehmen. Gerne dürft ihr auch einen Pull Request stellen. Sofern die darin enthaltenen Änderungen klein und atomar sind, schaue ich mir eure Vorschläge gerne an.

Da eine englischsprachige Übersetzung gepflegt wird, beachtet bitte folgende Richtlinien:

  • Commit messages auf Englisch
  • Commit messages mit einem Gitmoji am Anfang
  • Namen von Ordnern und Dateien auf Englisch.

python4datascience-de's People

Contributors

veit avatar hofmannedv avatar pyup-bot avatar krother avatar pre-commit-ci[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.