aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pydis_site/apps/resources/resources/courses/automate_the_boring_stuff_with_python.yaml1
-rw-r--r--pydis_site/apps/resources/resources/courses/mit_introduction_to_computer_science_and_programming.yaml1
-rw-r--r--pydis_site/apps/resources/resources/courses/practical_python_programming.yaml1
-rw-r--r--pydis_site/apps/resources/resources/courses/university_of_michigan.yaml1
-rw-r--r--pydis_site/apps/resources/resources/courses/university_of_toronto.yaml1
-rw-r--r--pydis_site/apps/resources/resources/interactive/code_combat.yaml2
-rw-r--r--pydis_site/apps/resources/resources/interactive/edublocks.yaml1
-rw-r--r--pydis_site/apps/resources/resources/interactive/exercism.yaml1
-rw-r--r--pydis_site/apps/resources/resources/interactive/jetbrains_academy.yaml2
-rw-r--r--pydis_site/apps/resources/resources/interactive/python_morsels.yaml3
-rw-r--r--pydis_site/apps/resources/resources/interactive/python_tutor.yaml1
-rw-r--r--pydis_site/apps/resources/resources/interactive/sololearn.yaml2
-rw-r--r--pydis_site/apps/resources/resources/reading/books/automate_the_boring_stuff.yaml3
-rw-r--r--pydis_site/apps/resources/resources/reading/books/byte_of_python.yaml3
-rw-r--r--pydis_site/apps/resources/resources/reading/books/effective_python.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/flask_web_development.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/fluent_python.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/hitchhikers_guide_to_python.yaml2
-rw-r--r--pydis_site/apps/resources/resources/reading/books/inferential_thinking.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/mission_python.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/python_cookbook.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml2
-rw-r--r--pydis_site/apps/resources/resources/reading/books/python_tricks.yaml1
-rw-r--r--pydis_site/apps/resources/resources/reading/books/think_python.yaml2
-rw-r--r--pydis_site/apps/resources/resources/reading/books/two_scoops_of_django.yaml1
-rw-r--r--pydis_site/apps/resources/resources/tools/accessibility_tools/talon_voice.yaml1
-rw-r--r--pydis_site/apps/resources/resources/tools/editors/atom.yaml1
-rw-r--r--pydis_site/apps/resources/resources/tools/editors/google_collab.yaml1
-rw-r--r--pydis_site/apps/resources/resources/tools/editors/mu_editor.yaml1
-rw-r--r--pydis_site/apps/resources/resources/tools/editors/sublime_text.yaml2
-rw-r--r--pydis_site/apps/resources/resources/tools/editors/visual_studio_code.yaml1
-rw-r--r--pydis_site/apps/resources/resources/tools/ides/pycharm.yaml3
-rw-r--r--pydis_site/apps/resources/resources/tools/ides/repl_it.yaml2
-rw-r--r--pydis_site/apps/resources/resources/tools/ides/spyder.yaml1
-rw-r--r--pydis_site/apps/resources/resources/tools/ides/thonny.yaml1
-rw-r--r--pydis_site/templates/resources/resource_box.html10
37 files changed, 0 insertions, 62 deletions
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 <a href="https://dabeaz.com/">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 <a href="http://data8.
It introduces you the fundamentals of both Data Science and Python at a level accessible to all.
It is available both through your browser and in PDF form.
name: Inferential Thinking
-payment: free
position: 13
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/mission_python.yaml b/pydis_site/apps/resources/resources/reading/books/mission_python.yaml
index 34ab7a21..c4a48b7e 100644
--- a/pydis_site/apps/resources/resources/reading/books/mission_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/mission_python.yaml
@@ -3,7 +3,6 @@ description: Learn programming and Python while building a complete and awesome
images, and walk-throughs make this a pleasure to both read and follow along. Excellent
book for beginners.
name: Mission Python
-payment: paid
position: 5
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml b/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
index ca923c58..48cc4458 100644
--- a/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/neural_networks_from_scratch_in_python.yaml
@@ -3,7 +3,6 @@ description: "Neural Networks From Scratch" is a book intended to teach you how
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.
This book is to accompany the usual free tutorial videos and sample code from youtube.com/sentdex.
name: Neural Networks from Scratch in Python
-payment: paid
position: 11
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/python_cookbook.yaml b/pydis_site/apps/resources/resources/reading/books/python_cookbook.yaml
index db04ea0a..032f8c64 100644
--- a/pydis_site/apps/resources/resources/reading/books/python_cookbook.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/python_cookbook.yaml
@@ -1,7 +1,6 @@
description: A book full of very smart problem-solving recipes for various Python topics,
including moving from Python 2 to Python 3.
name: Python Cookbook
-payment: paid
position: 8
urls:
- icon: regular/link
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
index 6656c409..90d8f78d 100644
--- a/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/python_crash_course.yaml
@@ -7,8 +7,6 @@ description: This fast-paced, thorough introduction to programming with Python w
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
diff --git a/pydis_site/apps/resources/resources/reading/books/python_tricks.yaml b/pydis_site/apps/resources/resources/reading/books/python_tricks.yaml
index dfface7c..c0941809 100644
--- a/pydis_site/apps/resources/resources/reading/books/python_tricks.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/python_tricks.yaml
@@ -2,7 +2,6 @@ description: Full of useful Python tips, tricks and features. Get this if you ha
a good grasp of the basics and want to take your Python skills to the next level,
or are a experienced programmer looking to add to your toolbelt.
name: Python Tricks
-payment: paid
position: 4
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/think_python.yaml b/pydis_site/apps/resources/resources/reading/books/think_python.yaml
index b210aadc..6de87043 100644
--- a/pydis_site/apps/resources/resources/reading/books/think_python.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/think_python.yaml
@@ -4,8 +4,6 @@ description: Think Python is an introduction to Python programming for beginners
Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps
and introduced over the course of several chapters.
name: Think Python
-payment: optional
-payment_description: Python 2 version is available in web, Python 3 version is paid.
position: 10
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/reading/books/two_scoops_of_django.yaml b/pydis_site/apps/resources/resources/reading/books/two_scoops_of_django.yaml
index 7cca8d26..7d83e7c4 100644
--- a/pydis_site/apps/resources/resources/reading/books/two_scoops_of_django.yaml
+++ b/pydis_site/apps/resources/resources/reading/books/two_scoops_of_django.yaml
@@ -1,7 +1,6 @@
description: Tips, tricks, and best practices for your Django project.
A highly recommended resource for Django web developers.
name: Two Scoops of Django
-payment: paid
position: 9
urls:
- icon: regular/link
diff --git a/pydis_site/apps/resources/resources/tools/accessibility_tools/talon_voice.yaml b/pydis_site/apps/resources/resources/tools/accessibility_tools/talon_voice.yaml
index b5732757..9df5f66f 100644
--- a/pydis_site/apps/resources/resources/tools/accessibility_tools/talon_voice.yaml
+++ b/pydis_site/apps/resources/resources/tools/accessibility_tools/talon_voice.yaml
@@ -3,5 +3,4 @@ description: Talon is a tool being built that aims to bring programming,
who have limited or no use of their hands.
name: Talon Voice
title_url: https://talonvoice.com/
-payment: free
position: 0
diff --git a/pydis_site/apps/resources/resources/tools/editors/atom.yaml b/pydis_site/apps/resources/resources/tools/editors/atom.yaml
index 048af372..c44f9b5b 100644
--- a/pydis_site/apps/resources/resources/tools/editors/atom.yaml
+++ b/pydis_site/apps/resources/resources/tools/editors/atom.yaml
@@ -2,5 +2,4 @@ description: A free Electron-based editor, a "hackable text editor for the 21st
by the GitHub team.
name: Atom
title_url: https://atom.io/
-payment: free
position: 0
diff --git a/pydis_site/apps/resources/resources/tools/editors/google_collab.yaml b/pydis_site/apps/resources/resources/tools/editors/google_collab.yaml
index 958e758c..302c3e2e 100644
--- a/pydis_site/apps/resources/resources/tools/editors/google_collab.yaml
+++ b/pydis_site/apps/resources/resources/tools/editors/google_collab.yaml
@@ -4,5 +4,4 @@ description: Google Collab is a high-powered custom version of Jupyter Notebook
You can share your Collab Notebooks with other people and work collaboratively.
name: Google Collab
title_url: https://colab.research.google.com/notebooks/intro.ipynb
-payment: free
position: 4
diff --git a/pydis_site/apps/resources/resources/tools/editors/mu_editor.yaml b/pydis_site/apps/resources/resources/tools/editors/mu_editor.yaml
index 20b92b0d..b92bac9d 100644
--- a/pydis_site/apps/resources/resources/tools/editors/mu_editor.yaml
+++ b/pydis_site/apps/resources/resources/tools/editors/mu_editor.yaml
@@ -4,5 +4,4 @@ description: An editor aimed at beginners for the purpose of learning how to cod
with built-in tools to interact with Adafruit and Arduino boards.
name: Mu-Editor
title_url: https://codewith.mu/
-payment: free
position: 3
diff --git a/pydis_site/apps/resources/resources/tools/editors/sublime_text.yaml b/pydis_site/apps/resources/resources/tools/editors/sublime_text.yaml
index 514531f4..3c6e7e84 100644
--- a/pydis_site/apps/resources/resources/tools/editors/sublime_text.yaml
+++ b/pydis_site/apps/resources/resources/tools/editors/sublime_text.yaml
@@ -2,6 +2,4 @@ description: A powerful Python-backed editor with great community support and a
of extensions.
name: Sublime Text
title_url: https://www.sublimetext.com/
-payment: optional
-payment_description: Nagware; will ask you to buy the full version after every X saves
position: 2
diff --git a/pydis_site/apps/resources/resources/tools/editors/visual_studio_code.yaml b/pydis_site/apps/resources/resources/tools/editors/visual_studio_code.yaml
index 199f1528..e3737ca7 100644
--- a/pydis_site/apps/resources/resources/tools/editors/visual_studio_code.yaml
+++ b/pydis_site/apps/resources/resources/tools/editors/visual_studio_code.yaml
@@ -1,5 +1,4 @@
description: A fully-featured editor based on Electron, extendable with plugins.
name: Visual Studio Code
title_url: https://code.visualstudio.com/
-payment: free
position: 1
diff --git a/pydis_site/apps/resources/resources/tools/ides/pycharm.yaml b/pydis_site/apps/resources/resources/tools/ides/pycharm.yaml
index 1c2d00cc..b959b0f8 100644
--- a/pydis_site/apps/resources/resources/tools/ides/pycharm.yaml
+++ b/pydis_site/apps/resources/resources/tools/ides/pycharm.yaml
@@ -2,7 +2,4 @@ description: The very best Python IDE, with a wealth of advanced features and co
functions.
name: PyCharm
title_url: https://www.jetbrains.com/pycharm/
-payment: optional
-payment_description: There's a free Community Edition and a paid-for Professional
- Edition with more features available
position: 0
diff --git a/pydis_site/apps/resources/resources/tools/ides/repl_it.yaml b/pydis_site/apps/resources/resources/tools/ides/repl_it.yaml
index 04fb030a..8cd14e14 100644
--- a/pydis_site/apps/resources/resources/tools/ides/repl_it.yaml
+++ b/pydis_site/apps/resources/resources/tools/ides/repl_it.yaml
@@ -2,6 +2,4 @@ description: A free, collaborative, in-browser IDE to code in 50+ languages —
without spending a second on setup.
name: repl.it
title_url: https://repl.it/
-payment: optional
-payment_description: Default free, paid plans available.
position: 3
diff --git a/pydis_site/apps/resources/resources/tools/ides/spyder.yaml b/pydis_site/apps/resources/resources/tools/ides/spyder.yaml
index da8dfc09..c2f9c2dc 100644
--- a/pydis_site/apps/resources/resources/tools/ides/spyder.yaml
+++ b/pydis_site/apps/resources/resources/tools/ides/spyder.yaml
@@ -2,5 +2,4 @@ description: The Scientific Python Development Environment.
Simpler and lighter than PyCharm, but still packs a punch.
name: Spyder
title_url: https://www.spyder-ide.org/
-payment: free
position: 1
diff --git a/pydis_site/apps/resources/resources/tools/ides/thonny.yaml b/pydis_site/apps/resources/resources/tools/ides/thonny.yaml
index fb27cd22..3581e1cd 100644
--- a/pydis_site/apps/resources/resources/tools/ides/thonny.yaml
+++ b/pydis_site/apps/resources/resources/tools/ides/thonny.yaml
@@ -2,5 +2,4 @@ description: A Python IDE specifially aimed at learning programming. Has a lot o
helpful features to help you understand your code.
name: Thonny
title_url: https://thonny.org/
-payment: free
position: 2
diff --git a/pydis_site/templates/resources/resource_box.html b/pydis_site/templates/resources/resource_box.html
index 301da10f..af7c8d65 100644
--- a/pydis_site/templates/resources/resource_box.html
+++ b/pydis_site/templates/resources/resource_box.html
@@ -9,16 +9,6 @@
{% include "resources/resource_box_header.html" %}
{% endif %}
- {# Payment information section #}
- {% if 'payment' in resource %}
- <span class="fa-stack fa-1x payment-{{ resource.payment }}{% if 'payment_description' in resource and resource.payment_description != None %} has-tooltip-arrow has-tooltip-multiline" data-tooltip="{{ resource.payment_description }}"{% endif %}">
- <i class="far fa-sack-dollar fa-stack-{% if resource.payment == "free" %}1{% else %}2{% endif %}x"></i>
- {% if resource.payment == "free" %}
- <i class="far fa-ban fa-stack-2x"></i>
- {% endif %}
- </span>
- {% endif %}
-
<p class="is-italic">{{ resource.description|safe }}</p>
{# Icons #}