pytutorial/README.md
David Rotermund 4501884e2f
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
2023-12-16 02:30:13 +01:00

5.5 KiB
Raw Blame History

How to Python in computational neuroscience, data mining, and more

{:.no_toc}

* TOC {:toc}

All the tutorials are tested with Python 3.11.x. Older version might have a problem with the new versions of type anotations.

Flow chart

Workflow

Important VS Code notes:

  • You can mark segments of source node with your mouse (or keyboard) and use the TAB key to increase the level of the indentation or use SHIFT + TAB do decrease the indentation level.
  • CTRL + SHIFT + 7 toggles between comment and normal source code.
  • The function key F2 allows you to change variable and function names. VS Code goes through all the node in your Project directory and changes all occurrences of the function or variable name accordingly. The same is true if you change a file name in a project directory.

Python: The Basics of the basics

Numpy: The Basics of the basics

Matplotlib.pyplot

Numpy

Python: Data analysis

Python: Questions of spectral nature

Python: Daily little helper

OpenCV2 and Python

PyTorch

Matlab: Basics

(This pages are in a rough state. e.g. equations are broken. Don't know why...)

Note: I will transfer the old pages to this new place (and update it). It will take some time but it will happen...