I'm a beginner in Python, and for my CS50P final project, I want to make a desktop program that goes through a web page and extracts the title, author's name, publisher, etc. and puts them into a dictionary or something, and then formats them into a citation. How exactly do I do this, knowing that I only have experience in Python?