aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-01-24 20:06:41 +0000
committerGravatar GitHub <[email protected]>2023-01-24 20:06:41 +0000
commit29cde7a71006ba59c890b13769c827ae0ad97065 (patch)
tree89fa073d61035b661152906c6b5cbb186eb7abb6
parentMerge pull request #854 from python-discord/improve-actions-workflows (diff)
parentchanged over to a clearer logo (diff)
Merge pull request #860 from python-discord/official-tutorial-resource
yaml for python.org tutorial
-rw-r--r--pydis_site/apps/resources/resources/python_org.yaml14
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