diff options
author | 2023-01-24 15:43:55 +0100 | |
---|---|---|
committer | 2023-01-24 15:43:55 +0100 | |
commit | 7a2a9c329cb9e75c9ec4364d518a4dfd6721066a (patch) | |
tree | 0977b959fc456ac68e4715d088b1c1893d423122 /pydis_site/apps | |
parent | Merge pull request #854 from python-discord/improve-actions-workflows (diff) |
yaml for python.org tutorial
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/python_org.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/python_org.yaml b/pydis_site/apps/resources/resources/python_org.yaml new file mode 100644 index 00000000..36b22f7c --- /dev/null +++ b/pydis_site/apps/resources/resources/python_org.yaml @@ -0,0 +1,14 @@ +name: The Python Tutorial +description: The official Python tutorial by Python.org +title_image: https://www.python.org/static/img/python-logo.png +title_url: https://docs.python.org/3/tutorial/ +tags: + topics: + - general + payment_tiers: + - free + difficulty: + - beginner + - intermediate + type: + - tutorial |