diff options
author | 2021-08-22 13:18:37 -0400 | |
---|---|---|
committer | 2021-08-22 13:18:37 -0400 | |
commit | d2c1fb326ba4fd1b4081a74bbab7cfae71977c1a (patch) | |
tree | 6ace4b6008f7370ea485b2795c28b58aaed0fe6d | |
parent | Make video resource boxes consistent. (diff) |
Add nedbat's kindling projects.
This is the first "project ideas" resource.
-rw-r--r-- | pydis_site/apps/resources/resources/netbats_project_ideas.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/netbats_project_ideas.yaml b/pydis_site/apps/resources/resources/netbats_project_ideas.yaml new file mode 100644 index 00000000..faa029f9 --- /dev/null +++ b/pydis_site/apps/resources/resources/netbats_project_ideas.yaml @@ -0,0 +1,14 @@ +description: A repository of project ideas to help one apply what they're learning, maintained by Python + community member Ned Batchelder, known on Python Discord as nedbat. +name: Ned Batchelder's Kindling Projects +title_url: https://nedbatchelder.com/text/kindling.html +tags: + topics: + - general + payment_tiers: + - free + complexity: + - beginner + - intermediate + type: + - project ideas |