Skip to content

Commit ca6fca5

Browse files
authored
Merge #722 - resources: add The Algorithms and remove Atom
2 parents fb4ecda + 2bd7361 commit ca6fca5

File tree

6 files changed

+21
-16
lines changed

6 files changed

+21
-16
lines changed

pydis_site/apps/resources/resources/atom.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

pydis_site/apps/resources/resources/neural_networks_from_scratch_in_python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description: '"Neural Networks From Scratch" is a book intended to teach you how
22
without any libraries, so you can better understand deep learning and how all of the elements work.
33
This is so you can go out and do new/novel things with deep learning as well as to become more successful with even more basic models.
44
This book is to accompany the usual free tutorial videos and sample code from youtube.com/sentdex.'
5-
name: Neural Networks from Scratch in Python
5+
name: Neural Networks from Scratch
66
title_url: https://nnfs.io/
77
urls:
88
- icon: branding/goodreads

pydis_site/apps/resources/resources/pycharm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
description: The very best Python IDE, with a wealth of advanced features and convenience
22
functions.
33
name: PyCharm
4+
title_image: https://resources.jetbrains.com/storage/products/pycharm/img/meta/pycharm_logo_300x300.png
45
title_url: https://www.jetbrains.com/pycharm/
56
tags:
67
topics:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
description: A git repository of Python implementations of many of the algorithms taught in algorithm
2+
and data structure courses, as well as algorithms for neural networks, block chains, and compression. This is
3+
a great resource for students wanting to see algorithms implemented in a familiar language.
4+
name: The Algorithms
5+
title_url: https://github.com/TheAlgorithms/Python
6+
tags:
7+
topics:
8+
- algorithms and data structures
9+
- data science
10+
- security
11+
payment_tiers:
12+
- free
13+
difficulty:
14+
- beginner
15+
- intermediate
16+
type:
17+
- tutorial

pydis_site/apps/resources/resources/vcokltfre_discord_bot_tutorial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: This tutorial, written by Python Discord staff member vcokltfre,
1+
description: This tutorial, written by vcokltfre,
22
will walk you through all the aspects of creating your own Discord bot,
33
starting from creating the bot user itself.
44
name: vcokltfre's Discord Bot Tutorial

pydis_site/apps/resources/templatetags/get_category_icon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Paid": "fa-dollar-sign",
2222
"Podcast": "fa-microphone-alt",
2323
"Project Ideas": "fa-lightbulb-o",
24+
"Security": "fa-solid fa-lock",
2425
"Software Design": "fa-paint-brush",
2526
"Subscription": "fa-credit-card",
2627
"Testing": "fa-vial",

0 commit comments

Comments
 (0)