diff options
Diffstat (limited to 'pydis_site')
| -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 | 
