aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps
diff options
context:
space:
mode:
authorGravatar devdanzin <[email protected]>2023-12-22 08:19:33 -0300
committerGravatar devdanzin <[email protected]>2023-12-22 08:19:33 -0300
commit97ce62cdbc6079a6538f1386116614fb510ad606 (patch)
tree9b6f023dc42c11dc53a6b45e95122c00c350ead1 /pydis_site/apps
parentMerge pull request #1192 from python-discord/dependabot/pip/ruff-0.1.9 (diff)
Add 'Software Design by Example' to resources.
Diffstat (limited to 'pydis_site/apps')
-rw-r--r--pydis_site/apps/resources/resources/software_design_by_example.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/software_design_by_example.yaml b/pydis_site/apps/resources/resources/software_design_by_example.yaml
new file mode 100644
index 00000000..53d3d9b2
--- /dev/null
+++ b/pydis_site/apps/resources/resources/software_design_by_example.yaml
@@ -0,0 +1,21 @@
+name: Software Design by Example
+description: A tool-based introduction to Software Design with Python. This book teaches
+ design by explaining examples of small versions of familiar tools to show how
+ experienced software designers think. It introduces some fundamental ideas in computer
+ science that many self-taught programmers haven’t encountered.
+title_image: https://third-bit.com/sdxpy/logo.svg
+title_url: https://third-bit.com/sdxpy/
+urls:
+- icon: branding/github
+ url: https://github.com/gvwilson/sdxpy
+ color: black
+tags:
+ topics:
+ - general
+ - software design
+ payment_tiers:
+ - free
+ difficulty:
+ - intermediate
+ type:
+ - book