From 339c445fb7cab3696f6ff68fef76487f2bac7278 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:21:23 +0100 Subject: [PATCH] Create README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- workflow/microsoft_tutorials/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 workflow/microsoft_tutorials/README.md diff --git a/workflow/microsoft_tutorials/README.md b/workflow/microsoft_tutorials/README.md new file mode 100644 index 0000000..134628c --- /dev/null +++ b/workflow/microsoft_tutorials/README.md @@ -0,0 +1,23 @@ +# Microsoft Tutorials ​ +{:.no_toc} + + + +## The goal + +Microsoft provides you already with tutorials for all the interesting topics.​ + +Questions to [David Rotermund](mailto:davrot@uni-bremen.de) + +## The tutorials + +* [Getting Started with Python in VS Code​](https://code.visualstudio.com/docs/python/python-tutorial) +* [Editing Python in Visual Studio Code​](https://code.visualstudio.com/docs/python/editing) +* [Linting Python in Visual Studio Code​](https://code.visualstudio.com/docs/python/linting) +* [Python Interactive window​](https://code.visualstudio.com/docs/python/jupyter-support-py) +* [Python debugging in VS Code​](https://code.visualstudio.com/docs/python/debugging) +* [Using Python environments in VS Code​](https://code.visualstudio.com/docs/python/environments) +* [Python settings reference](https://code.visualstudio.com/docs/python/settings-reference)