aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar etrotta <[email protected]>2023-04-15 18:46:51 -0300
committerGravatar etrotta <[email protected]>2023-04-15 18:46:51 -0300
commit96272cab8f52ce8f4fbc4506e1de5efb5e81ac01 (patch)
tree5a7901d533186444c6a9aec540ff55af123ddaa9 /pydis_site/apps
parentAdd README to the resources app (#934) (diff)
Add Python Graph Gallery to the Resources
Diffstat (limited to 'pydis_site/apps')
-rw-r--r--pydis_site/apps/resources/resources/python_graph_gallery.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/python_graph_gallery.yaml b/pydis_site/apps/resources/resources/python_graph_gallery.yaml
new file mode 100644
index 00000000..b8aaeb4d
--- /dev/null
+++ b/pydis_site/apps/resources/resources/python_graph_gallery.yaml
@@ -0,0 +1,17 @@
+description: A collection of hundreds of charts made with Python with their associated reproducible code.
+name: Python Graph Gallery
+title_url: https://www.python-graph-gallery.com/
+urls:
+ - icon: branding/github
+ url: https://github.com/holtzy/The-Python-Graph-Gallery
+ color: black
+tags:
+ topics:
+ - data science
+ payment_tiers:
+ - free
+ difficulty:
+ - beginner
+ - intermediate
+ type:
+ - tutorial