In October 2020, I began a "Code First Girls" course on programming with Python. As part of a group project, we were tasked with writing a program that searched the internet for recipes containing an ingredient input by the program user.
I was hoping that we would be able to run the program directly from the website, but I don't have anywhere near the skills needed to do this. Truth be known, I'm just pleased I managed to add a second page. :D
I will continue to explore how I can make this happen, but in the meantime, here's a fancy "go back" button, the code for which was shamelessly stolen from elsewhere on the internet.
The below shows my code which works perfectly in a python editor, or using the command prompt (providing some additional spaces are removed), but is (clearly) not useable in this form on the website.
At least there's something! ;o)