Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
0950c7baf8
commit
339c445fb7
1 changed files with 23 additions and 0 deletions
23
workflow/microsoft_tutorials/README.md
Normal file
23
workflow/microsoft_tutorials/README.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Microsoft Tutorials
|
||||||
|
{:.no_toc}
|
||||||
|
|
||||||
|
<nav markdown="1" class="toc-class">
|
||||||
|
* TOC
|
||||||
|
{:toc}
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
## 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)
|
Loading…
Reference in a new issue