From d54830db16642bf1e48df7598331739893ece18f Mon Sep 17 00:00:00 2001
From: ks129 <45097959+ks129@users.noreply.github.com>
Date: Tue, 30 Mar 2021 10:56:20 +0300
Subject: Remove everything payment-related from resources app
We decided not to include payment info right now.
Payment data will be handled in future.
---
.../courses/automate_the_boring_stuff_with_python.yaml | 1 -
.../mit_introduction_to_computer_science_and_programming.yaml | 1 -
.../resources/courses/practical_python_programming.yaml | 1 -
.../resources/resources/courses/university_of_michigan.yaml | 1 -
.../resources/resources/courses/university_of_toronto.yaml | 1 -
.../apps/resources/resources/interactive/code_combat.yaml | 2 --
pydis_site/apps/resources/resources/interactive/edublocks.yaml | 1 -
pydis_site/apps/resources/resources/interactive/exercism.yaml | 1 -
.../resources/resources/interactive/jetbrains_academy.yaml | 2 --
.../apps/resources/resources/interactive/python_morsels.yaml | 3 ---
.../apps/resources/resources/interactive/python_tutor.yaml | 1 -
pydis_site/apps/resources/resources/interactive/sololearn.yaml | 2 --
.../resources/reading/books/automate_the_boring_stuff.yaml | 3 ---
.../apps/resources/resources/reading/books/byte_of_python.yaml | 3 ---
.../resources/resources/reading/books/effective_python.yaml | 1 -
.../resources/reading/books/flask_web_development.yaml | 1 -
.../apps/resources/resources/reading/books/fluent_python.yaml | 1 -
.../resources/reading/books/hitchhikers_guide_to_python.yaml | 2 --
.../resources/reading/books/inferential_thinking.yaml | 1 -
.../apps/resources/resources/reading/books/mission_python.yaml | 1 -
.../reading/books/neural_networks_from_scratch_in_python.yaml | 1 -
.../resources/resources/reading/books/python_cookbook.yaml | 1 -
.../resources/resources/reading/books/python_crash_course.yaml | 2 --
.../apps/resources/resources/reading/books/python_tricks.yaml | 1 -
.../apps/resources/resources/reading/books/think_python.yaml | 2 --
.../resources/reading/books/two_scoops_of_django.yaml | 1 -
.../resources/tools/accessibility_tools/talon_voice.yaml | 1 -
pydis_site/apps/resources/resources/tools/editors/atom.yaml | 1 -
.../apps/resources/resources/tools/editors/google_collab.yaml | 1 -
.../apps/resources/resources/tools/editors/mu_editor.yaml | 1 -
.../apps/resources/resources/tools/editors/sublime_text.yaml | 2 --
.../resources/resources/tools/editors/visual_studio_code.yaml | 1 -
pydis_site/apps/resources/resources/tools/ides/pycharm.yaml | 3 ---
pydis_site/apps/resources/resources/tools/ides/repl_it.yaml | 2 --
pydis_site/apps/resources/resources/tools/ides/spyder.yaml | 1 -
pydis_site/apps/resources/resources/tools/ides/thonny.yaml | 1 -
pydis_site/templates/resources/resource_box.html | 10 ----------
37 files changed, 62 deletions(-)
(limited to 'pydis_site')
diff --git a/pydis_site/apps/resources/resources/courses/automate_the_boring_stuff_with_python.yaml b/pydis_site/apps/resources/resources/courses/automate_the_boring_stuff_with_python.yaml
index 639fd3c2..66034ea2 100644
--- a/pydis_site/apps/resources/resources/courses/automate_the_boring_stuff_with_python.yaml
+++ b/pydis_site/apps/resources/resources/courses/automate_the_boring_stuff_with_python.yaml
@@ -2,5 +2,4 @@ description: The interactive course version of Al Sweigart's excellent book for
This link has a discounted version of the course which will always cost 10 dollars. Thanks, Al!
name: Automate the Boring Stuff with Python
title_url: https://www.udemy.com/automate/?couponCode=FOR_LIKE_10_BUCKS
-payment: paid
position: 3
diff --git a/pydis_site/apps/resources/resources/courses/mit_introduction_to_computer_science_and_programming.yaml b/pydis_site/apps/resources/resources/courses/mit_introduction_to_computer_science_and_programming.yaml
index 475a1692..5560b2cb 100644
--- a/pydis_site/apps/resources/resources/courses/mit_introduction_to_computer_science_and_programming.yaml
+++ b/pydis_site/apps/resources/resources/courses/mit_introduction_to_computer_science_and_programming.yaml
@@ -3,5 +3,4 @@ description: This MITx offering teaches computer science with Python.
and the Python programming language itself.
name: 'MIT: Introduction to Computer Science and Programming'
title_url: https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11
-payment: free
position: 1
diff --git a/pydis_site/apps/resources/resources/courses/practical_python_programming.yaml b/pydis_site/apps/resources/resources/courses/practical_python_programming.yaml
index 9f16b631..b801ca8c 100644
--- a/pydis_site/apps/resources/resources/courses/practical_python_programming.yaml
+++ b/pydis_site/apps/resources/resources/courses/practical_python_programming.yaml
@@ -6,5 +6,4 @@ description: Created and taught by David Beazley
This includes the completion of approximately 130 hands-on coding exercises.
name: Practical Python Programming
title_url: https://dabeaz-course.github.io/practical-python/
-payment: free
position: 4
diff --git a/pydis_site/apps/resources/resources/courses/university_of_michigan.yaml b/pydis_site/apps/resources/resources/courses/university_of_michigan.yaml
index 71c0f0fc..3efe7640 100644
--- a/pydis_site/apps/resources/resources/courses/university_of_michigan.yaml
+++ b/pydis_site/apps/resources/resources/courses/university_of_michigan.yaml
@@ -2,5 +2,4 @@ description: A 5-part specialization course that teaches Python from scratch.
The course has no pre-requisites and avoids all but the simplest mathematics.
name: 'University of Michigan: Programming for Everybody'
title_url: https://www.coursera.org/learn/python
-payment: free
position: 2
diff --git a/pydis_site/apps/resources/resources/courses/university_of_toronto.yaml b/pydis_site/apps/resources/resources/courses/university_of_toronto.yaml
index cc5557ef..0a7839de 100644
--- a/pydis_site/apps/resources/resources/courses/university_of_toronto.yaml
+++ b/pydis_site/apps/resources/resources/courses/university_of_toronto.yaml
@@ -1,7 +1,6 @@
description: A 2-part course that teaches Python. Primarily intended for high school students
and first-year university students who want to learn programming.
name: 'University of Toronto: Learn to Program'
-payment: free
position: 0
urls:
- icon: regular/graduation-cap
diff --git a/pydis_site/apps/resources/resources/interactive/code_combat.yaml b/pydis_site/apps/resources/resources/interactive/code_combat.yaml
index 1156c803..30f20c28 100644
--- a/pydis_site/apps/resources/resources/interactive/code_combat.yaml
+++ b/pydis_site/apps/resources/resources/interactive/code_combat.yaml
@@ -1,8 +1,6 @@
description: Learn Python while gaming - an open-source project with thousands of
contributors, which teaches you Python through a deep, top-down RPG.
name: Code Combat
-payment: optional
-payment_description: A wealth of free content is available, but you can also pay for more
position: 0
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/interactive/edublocks.yaml b/pydis_site/apps/resources/resources/interactive/edublocks.yaml
index fed75027..7c6ca02b 100644
--- a/pydis_site/apps/resources/resources/interactive/edublocks.yaml
+++ b/pydis_site/apps/resources/resources/interactive/edublocks.yaml
@@ -7,5 +7,4 @@ description: EduBlocks provides a simple drag and drop interface to help beginne
and export the code to run on actual devices.
name: EduBlocks
title_url: https://edublocks.org/
-payment: free
position: 5
diff --git a/pydis_site/apps/resources/resources/interactive/exercism.yaml b/pydis_site/apps/resources/resources/interactive/exercism.yaml
index af1eb300..68b458d0 100644
--- a/pydis_site/apps/resources/resources/interactive/exercism.yaml
+++ b/pydis_site/apps/resources/resources/interactive/exercism.yaml
@@ -3,7 +3,6 @@ description: Level up your programming skills with more than 2600 exercises acro
where you can get your code reviewed for each solution you submit. The mentors will
give you insightful advice to make you a better programmer.
name: exercism.io
-payment: free
position: 1
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/interactive/jetbrains_academy.yaml b/pydis_site/apps/resources/resources/interactive/jetbrains_academy.yaml
index 1f3aa00c..937831fa 100644
--- a/pydis_site/apps/resources/resources/interactive/jetbrains_academy.yaml
+++ b/pydis_site/apps/resources/resources/interactive/jetbrains_academy.yaml
@@ -5,6 +5,4 @@ description: Learn Python with a wide range of high quality, project-based lesso
It requires a paid subscription, but a free trial is available.
name: JetBrains Academy
title_url: https://www.jetbrains.com/academy/
-payment: paid
-payment_description: Paid subscription, free trial is available.
position: 6
diff --git a/pydis_site/apps/resources/resources/interactive/python_morsels.yaml b/pydis_site/apps/resources/resources/interactive/python_morsels.yaml
index c06b55cc..879500eb 100644
--- a/pydis_site/apps/resources/resources/interactive/python_morsels.yaml
+++ b/pydis_site/apps/resources/resources/interactive/python_morsels.yaml
@@ -7,7 +7,4 @@ description: 'Learn to write more idiomatic Python code with deliberate practice
tests and some may include bonuses for a little more of a challenge!'
name: Python Morsels
title_url: https://www.pythonmorsels.com/
-payment: paid
-payment_description: Paid service with monthly and annual plans. A 4 week free trial
- is available without needing to enter payment information.
position: 3
diff --git a/pydis_site/apps/resources/resources/interactive/python_tutor.yaml b/pydis_site/apps/resources/resources/interactive/python_tutor.yaml
index 009ce308..64b50d09 100644
--- a/pydis_site/apps/resources/resources/interactive/python_tutor.yaml
+++ b/pydis_site/apps/resources/resources/interactive/python_tutor.yaml
@@ -1,5 +1,4 @@
description: Write Python code in your web browser, and see it visualized step by step.
name: Python Tutor
title_url: https://www.pythontutor.com/
-payment: free
position: 2
diff --git a/pydis_site/apps/resources/resources/interactive/sololearn.yaml b/pydis_site/apps/resources/resources/interactive/sololearn.yaml
index 75cb9f70..51dceb2a 100644
--- a/pydis_site/apps/resources/resources/interactive/sololearn.yaml
+++ b/pydis_site/apps/resources/resources/interactive/sololearn.yaml
@@ -4,6 +4,4 @@ description: SoloLearn's Python 3 course serves as a simple and convenient intro
and mobile apps being available to use.
name: SoloLearn
title_url: https://www.sololearn.com/Course/Python/
-payment: optional
-payment_description: Course is free, SoloLearn PRO just give some more customization options and removes ads.
position: 4
diff --git a/pydis_site/apps/resources/resources/reading/books/automate_the_boring_stuff.yaml b/pydis_site/apps/resources/resources/reading/books/automate_the_boring_stuff.yaml
index 4c6264c4..3812029c 100644
--- a/pydis_site/apps/resources/resources/reading/books/automate_the_boring_stuff.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/automate_the_boring_stuff.yaml
@@ -4,9 +4,6 @@ description: One of the best books out there for Python beginners. This book wil
the web, manipulating files and automating keyboard and mouse input. Ideal for an
office worker who wants to make himself more useful.
name: Automate the Boring Stuff with Python
-payment: optional
-payment_description: A free e-book is available on the website, but you can buy it
- on Amazon if you want to support the author.
position: 2
urls:
- icon: regular/book
diff --git a/pydis_site/apps/resources/resources/reading/books/byte_of_python.yaml b/pydis_site/apps/resources/resources/reading/books/byte_of_python.yaml
index 2a941b30..1f9642ad 100644
--- a/pydis_site/apps/resources/resources/reading/books/byte_of_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/byte_of_python.yaml
@@ -2,9 +2,6 @@ description: A free book on programming using the Python language.
It serves as a tutorial or guide to the Python language for a beginner audience.
If all you know about computers is how to save text files, then this is the book for you.
name: A Byte of Python
-payment: optional
-payment_description: A free e-book is available online, a paper version can be bought
- from lulu.com.
position: 1
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/effective_python.yaml b/pydis_site/apps/resources/resources/reading/books/effective_python.yaml
index 4ddbf6f9..1d4124cc 100644
--- a/pydis_site/apps/resources/resources/reading/books/effective_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/effective_python.yaml
@@ -1,7 +1,6 @@
description: A book that gives 59 best practices for writing excellent Python. Great
for intermediates.
name: Effective Python
-payment: paid
position: 3
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/flask_web_development.yaml b/pydis_site/apps/resources/resources/reading/books/flask_web_development.yaml
index c2fcdc91..cc83a331 100644
--- a/pydis_site/apps/resources/resources/reading/books/flask_web_development.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/flask_web_development.yaml
@@ -1,7 +1,6 @@
description: A comprehensive Flask walkthrough that has you building a complete social
blogging application from scratch.
name: Flask Web Development
-payment: paid
position: 6
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/fluent_python.yaml b/pydis_site/apps/resources/resources/reading/books/fluent_python.yaml
index c9c986af..92f4bbab 100644
--- a/pydis_site/apps/resources/resources/reading/books/fluent_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/fluent_python.yaml
@@ -1,7 +1,6 @@
description: A veritable tome of intermediate and advanced Python information. A must-read
for any Python professional. By far the most recommended book for intermediates.
name: Fluent Python
-payment: paid
position: 7
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/hitchhikers_guide_to_python.yaml b/pydis_site/apps/resources/resources/reading/books/hitchhikers_guide_to_python.yaml
index b4676f0c..906860c7 100644
--- a/pydis_site/apps/resources/resources/reading/books/hitchhikers_guide_to_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/hitchhikers_guide_to_python.yaml
@@ -1,8 +1,6 @@
description: A best practice handbook for both novice and expert Python developers to the installation,
configuration, and usage of Python on a daily basis.
name: The Hitchhiker's Guide to Python
-payment: optional
-payment_description: Free version is available online, but you can buy book of it from Amazon.
position: 0
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml b/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml
index 69678b49..27fad4f7 100644
--- a/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml
@@ -2,7 +2,6 @@ description: Inferential Thinking is the textbook for the
-
- {% if resource.payment == "free" %}
-
- {% endif %}
-
- {% endif %}
-
{{ resource.description|safe }}
{# Icons #}
--
cgit v1.2.3