aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2022-02-13 11:44:57 +0100
committerGravatar Leon Sandøy <[email protected]>2022-02-13 11:44:57 +0100
commit4defa4a90628044d1195d6894961bcc2aa56edb2 (patch)
tree26134976acfbaa28f90b71f321cb1116055db89c /pydis_site/apps/resources
parentAdd fuzzysort dependency. (diff)
Add names for every resource card.
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r--pydis_site/apps/resources/resources/adafruit.yaml1
-rw-r--r--pydis_site/apps/resources/resources/corey_schafer.yaml1
-rw-r--r--pydis_site/apps/resources/resources/kivy.yaml1
-rw-r--r--pydis_site/apps/resources/resources/microsoft.yaml1
-rw-r--r--pydis_site/apps/resources/resources/pallets.yaml1
-rw-r--r--pydis_site/apps/resources/resources/panda3d.yaml1
-rw-r--r--pydis_site/apps/resources/resources/people_postgres_data.yaml1
-rw-r--r--pydis_site/apps/resources/resources/pyglet.yaml1
-rw-r--r--pydis_site/apps/resources/resources/python_discord_videos.yaml1
-rw-r--r--pydis_site/apps/resources/resources/real_python.yaml1
-rw-r--r--pydis_site/apps/resources/resources/sentdex.yaml1
-rw-r--r--pydis_site/apps/resources/resources/socratica.yaml1
12 files changed, 12 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/adafruit.yaml b/pydis_site/apps/resources/resources/adafruit.yaml
index f9466bd8..c687f507 100644
--- a/pydis_site/apps/resources/resources/adafruit.yaml
+++ b/pydis_site/apps/resources/resources/adafruit.yaml
@@ -1,3 +1,4 @@
+name: Adafruit
description: Adafruit is an open-source electronics manufacturer
that makes all the components you need to start your own Python-powered hardware projects.
Their official community host regular show-and-tells,
diff --git a/pydis_site/apps/resources/resources/corey_schafer.yaml b/pydis_site/apps/resources/resources/corey_schafer.yaml
index f5af2cab..d66ea004 100644
--- a/pydis_site/apps/resources/resources/corey_schafer.yaml
+++ b/pydis_site/apps/resources/resources/corey_schafer.yaml
@@ -1,3 +1,4 @@
+name: Corey Schafer
description: 'Corey has a number of exceptionally high quality tutorial series
on everything from Python basics to Django and Flask:
<ul>
diff --git a/pydis_site/apps/resources/resources/kivy.yaml b/pydis_site/apps/resources/resources/kivy.yaml
index 47ff07ad..b1f57483 100644
--- a/pydis_site/apps/resources/resources/kivy.yaml
+++ b/pydis_site/apps/resources/resources/kivy.yaml
@@ -1,3 +1,4 @@
+name: Kivy
description: The Kivy project, through the Kivy framework and its sister projects,
aims to provide all the tools to create desktop and mobile applications in Python.
Allowing rapid development of multitouch applications with custom and exciting user interfaces.
diff --git a/pydis_site/apps/resources/resources/microsoft.yaml b/pydis_site/apps/resources/resources/microsoft.yaml
index e1d62955..290283cc 100644
--- a/pydis_site/apps/resources/resources/microsoft.yaml
+++ b/pydis_site/apps/resources/resources/microsoft.yaml
@@ -1,3 +1,4 @@
+name: Microsoft Python
description: Microsoft Python is a Discord server for discussing all things relating to using Python with Microsoft products,
they have channels for Azure, VS Code, IoT, Data Science and much more!
title_image: https://1000logos.net/wp-content/uploads/2017/04/Microsoft-Logo.png
diff --git a/pydis_site/apps/resources/resources/pallets.yaml b/pydis_site/apps/resources/resources/pallets.yaml
index 0da2a625..a330b756 100644
--- a/pydis_site/apps/resources/resources/pallets.yaml
+++ b/pydis_site/apps/resources/resources/pallets.yaml
@@ -1,3 +1,4 @@
+name: Pallets Projects
description: The Pallets Projects develop Python libraries such as the Flask web framework,
the Jinja templating library, and the Click command line toolkit. Join to discuss
and get help from the Pallets community.
diff --git a/pydis_site/apps/resources/resources/panda3d.yaml b/pydis_site/apps/resources/resources/panda3d.yaml
index 2040450d..eeb54465 100644
--- a/pydis_site/apps/resources/resources/panda3d.yaml
+++ b/pydis_site/apps/resources/resources/panda3d.yaml
@@ -1,3 +1,4 @@
+name: Panda3D
description: Panda3D is a Python-focused 3-D framework for rapid development of games,
visualizations, and simulations, written in C++ with an emphasis on performance and flexibility.
title_image: https://www.panda3d.org/wp-content/uploads/2019/01/panda3d_logo.png
diff --git a/pydis_site/apps/resources/resources/people_postgres_data.yaml b/pydis_site/apps/resources/resources/people_postgres_data.yaml
index 46db7095..9fec6634 100644
--- a/pydis_site/apps/resources/resources/people_postgres_data.yaml
+++ b/pydis_site/apps/resources/resources/people_postgres_data.yaml
@@ -1,3 +1,4 @@
+name: People, Postgres, Data
description: People, Postgres, Data specializes in building users of Postgres
and related ecosystem including but not limited to technologies such as RDS Postgres,
Aurora for Postgres, Google Postgres, PostgreSQL.Org Postgres, Greenplum, Timescale and ZomboDB.
diff --git a/pydis_site/apps/resources/resources/pyglet.yaml b/pydis_site/apps/resources/resources/pyglet.yaml
index a47c7e62..bdfb84cf 100644
--- a/pydis_site/apps/resources/resources/pyglet.yaml
+++ b/pydis_site/apps/resources/resources/pyglet.yaml
@@ -1,3 +1,4 @@
+name: Pyglet
description: Pyglet is a powerful,
yet easy to use Python library for developing games and other visually-rich applications on Windows,
Mac OS X and Linux. It supports windowing, user interface event handling, Joysticks, OpenGL graphics,
diff --git a/pydis_site/apps/resources/resources/python_discord_videos.yaml b/pydis_site/apps/resources/resources/python_discord_videos.yaml
index 15a04097..b1f0b3a5 100644
--- a/pydis_site/apps/resources/resources/python_discord_videos.yaml
+++ b/pydis_site/apps/resources/resources/python_discord_videos.yaml
@@ -1,3 +1,4 @@
+name: Python Discord YouTube channel
description: It's our YouTube channel! We are slowly gathering content here directly related to Python,
our community and the events we host. Come check us out!
title_image: https://raw.githubusercontent.com/python-discord/branding/master/logos/logo_banner/logo_site_banner_dark_512.png
diff --git a/pydis_site/apps/resources/resources/real_python.yaml b/pydis_site/apps/resources/resources/real_python.yaml
index 2ddada03..93953004 100644
--- a/pydis_site/apps/resources/resources/real_python.yaml
+++ b/pydis_site/apps/resources/resources/real_python.yaml
@@ -1,3 +1,4 @@
+name: Real Python
description: Dan Bader's treasure trove of quizzes, tutorials and interactive content for learning Python.
An absolute goldmine.
title_image: https://i.imgur.com/WDqhZ36.png
diff --git a/pydis_site/apps/resources/resources/sentdex.yaml b/pydis_site/apps/resources/resources/sentdex.yaml
index 4f4712ac..7cb0a8a4 100644
--- a/pydis_site/apps/resources/resources/sentdex.yaml
+++ b/pydis_site/apps/resources/resources/sentdex.yaml
@@ -1,3 +1,4 @@
+name: Sentdex
description: 'An enormous amount of Python content for all skill levels
from the most popular Python YouTuber on the web.
<ul>
diff --git a/pydis_site/apps/resources/resources/socratica.yaml b/pydis_site/apps/resources/resources/socratica.yaml
index 43d033c0..45150b33 100644
--- a/pydis_site/apps/resources/resources/socratica.yaml
+++ b/pydis_site/apps/resources/resources/socratica.yaml
@@ -1,3 +1,4 @@
+name: Socratica
description: 'Socratica is a small studio focused on producing high quality STEM-related educational content,
including a series about Python. Their videos star actress Ulka Simone Mohanty, who plays an android-like
instructor explaining fundamental concepts in a concise and entertaining way.'