diff options
author | 2023-04-15 18:46:51 -0300 | |
---|---|---|
committer | 2023-04-15 18:46:51 -0300 | |
commit | 96272cab8f52ce8f4fbc4506e1de5efb5e81ac01 (patch) | |
tree | 5a7901d533186444c6a9aec540ff55af123ddaa9 /pydis_site/apps/resources | |
parent | Add README to the resources app (#934) (diff) |
Add Python Graph Gallery to the Resources
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/python_graph_gallery.yaml | 17 |
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 |