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 - - {% if resource.payment == "free" %} - - {% endif %} - - {% endif %} -

{{ resource.description|safe }}

{# Icons #} -- cgit v1.2.3