diff options
| author | 2023-01-27 22:22:06 +0200 | |
|---|---|---|
| committer | 2023-01-27 22:57:51 +0200 | |
| commit | 963d9368b8e07d8aab04662f27bf47087f5b574c (patch) | |
| tree | 72ea3b5e60babe27b169b8816a4d39853d180742 /pydis_site/apps/resources | |
| parent | Update tests (diff) | |
| parent | Merge pull request #860 from python-discord/official-tutorial-resource (diff) | |
Merge branch 'main' into new-filter-schema
Diffstat (limited to 'pydis_site/apps/resources')
| -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..ece954dd --- /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/community_logos/python-logo-master-v3-TM.png +title_url: https://docs.python.org/3/tutorial/ +tags: + topics: + - general + payment_tiers: + - free + difficulty: + - beginner + - intermediate + type: + - tutorial |