diff options
author | 2023-04-20 19:48:05 +0100 | |
---|---|---|
committer | 2023-04-20 19:48:05 +0100 | |
commit | 1c7610716909c193c871ac88181f2d81faecbc29 (patch) | |
tree | 225c46584521bf2917fd748ca20786f4d6376c7f | |
parent | Merge pull request #945 from python-discord/dependabot/github_actions/coveral... (diff) | |
parent | Merge branch 'main' into main (diff) |
Merge pull request #940 from etrotta/main
Add Python Graph Gallery to the 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 |