aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-17 15:34:01 +0200
committerGravatar GitHub <[email protected]>2021-01-17 15:34:01 +0200
commit9b35c673b582c97c74317902107b85669895844e (patch)
treecae3086ae4c0370046572939a1a400239199dbe1 /pydis_site/apps/resources
parentAdd "Neural Networks from Scratch in Python" book to resources (diff)
Add "Python Crash Course" book to resources
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r--pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml b/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml
new file mode 100644
index 00000000..6656c409
--- /dev/null
+++ b/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml
@@ -0,0 +1,22 @@
+description: This fast-paced, thorough introduction to programming with Python will have you writing programs,
+ solving problems, and making things that work in no time.
+ In the first half of the book, you’ll learn basic programming concepts, such as variables, lists, classes, and loops,
+ and practice writing clean code with exercises for each topic.
+ You’ll also learn how to make your programs interactive and test your code safely before adding it to a project.
+ In the second half, you’ll put your new knowledge into practice with three substantial projects:
+ a Space Invaders–inspired arcade game, a set of data visualizations with Python’s handy libraries,
+ and a simple web app you can deploy online.
+name: Python Crash Course
+payment: optional
+payment_description: Free online version, paid book version available.
+position: 12
+urls:
+ - icon: regular/link
+ url: https://nostarch.com/pythoncrashcourse2e
+ color: teal
+ - icon: branding/amazon
+ url: https://www.amazon.com/Python-Crash-Course-Project-Based-Introduction/dp/1593276036
+ color: amazon-orange
+ - icon: branding/github
+ url: https://ehmatthes.github.io/pcc/
+ color: black