-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
index.yml
65 lines (59 loc) · 2.61 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
### YamlMime:Landing
title: Get started with Python using Windows
summary: Get started developing with Python using Windows, including set up for your development environment, scripting and automation, building web apps, and faqs.
metadata:
description: Get started developing with Python on Windows. See resources to set up your development environment, build web apps, and connect to a database.
ms.date: 09/15/2019
ms.service: dev-environment
ms.subservice: windows-python
ms.topic: landing-page
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
landingContent:
# Card
- title: Get started for beginners
linkLists:
- linkListType: how-to-guide
links:
- text: Set up your development environment
url: ./beginners.md
- linkListType: tutorial
links:
- text: Run some basic Python code
url: ./beginners.md#hello-world-tutorial-for-some-python-basics
- text: HelloWorld using VS Code
url: ./beginners.md#hello-world-tutorial-for-using-python-with-vs-code
- text: Create a simple game with Pygame
url: ./beginners.md#create-a-simple-game-with-pygame
# Card
- title: Get started with web development
linkLists:
- linkListType: how-to-guide
links:
- text: Set up your development environment
url: ./web-frameworks.md#set-up-your-development-environment
- linkListType: tutorial
links:
- text: HelloWorld using Flask
url: ./web-frameworks.md#hello-world-tutorial-for-flask
- text: HelloWorld using Django
url: ./web-frameworks.md#hello-world-tutorial-for-django
# Card
- title: Get started with automation scripts
linkLists:
- linkListType: how-to-guide
links:
- text: Set up your development environment
url: ./scripting.md#set-up-your-development-environment
- linkListType: tutorial
links:
- text: Example script - Display my file system
url: ./scripting.md#example-script-to-display-the-structure-of-your-file-system-directory
- text: Example script - Modify all files in a directory
url: ./scripting.md#example-script-to-modify-all-files-in-a-directory
# Card
- title: Get started with databases
linkLists:
- linkListType: quickstart
links:
- text: Install and run MySQL, PostgreSQL, SQLite, Microsoft SQL Server, MongoDB, or Redis
url: /windows/wsl/tutorials/wsl-database