This documentation is deprecated. The new documentation is on https://fgnt.github.io/python_crashkurs/#/ .
Python Tutorial
  • Course Outline
  • Introduction
  • Installation for Linux
  • Installation for Windows
  • Use in Poolroom
  • Use CoCalc
  • Installing and updating packages
  • Numpy/SciPy
  • Editors
  • Glossary
Python Tutorial
  • Docs »
  • Welcome to Python Tutorial’s documentation!
  • View page source

Welcome to Python Tutorial’s documentation!¶

  • Course Outline
    • 0. Material
    • 1. Installation and Python Basics
    • 2. Numpy and Matplotlib
    • 3. Pandas, Numpy, Scipy, Seaborn and Matplotlib
  • Introduction
    • MATLAB vs. Python
    • Common Libraries
    • Quickstart
  • Installation for Linux
    • Install
    • Activate
    • Starting jupyter
    • Optional: IDE
  • Installation for Windows
    • Anaconda Distribution
    • Starting Jupyter
    • Optional: IDE
    • Using from PowerShell / Cygwin (WINDOWS)
  • Use in Poolroom
  • Use CoCalc
  • Installing and updating packages
    • Update Anaconda Distribution
    • Installl new packages
    • Conda vs pip
  • Numpy/SciPy
    • What is Numpy
    • Datatypes (dtype)
    • Numpy vs python list
    • Array creation
    • Numpy array properties
    • Transpose
    • Reshape
    • Getitem: Slicing and indexing
    • Function
    • Broadcasting
    • Getitem: Insert singleton dimension
    • Einsum
    • Further information
  • Editors
  • Glossary
    • Python
    • CPython
    • Jupyter Notebook (ipython)
    • Common Libraries

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2018, Christian Thiel and Christoph Boeddeker.

Built with Sphinx using a theme provided by Read the Docs.