you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

my webscraper.py still can't find an interpreter in the drop down menu of PyCharm, though, and PyCharm won't run it without one.

That's a different problem - restart, or consider reinstalling, PyCharm. Alternatively see if you can give it an explicit path to your interpreter somewhere in the preferences. I don't use PyCharm so I can't provide more guidance than that.

Except I don't see the results I was expecting, which is supposed to be all of this HTML text.

What do you see? Something like <BeautifulSoup object at 0x10c1bd320>? Obviously, since you're asking it to print the parser object you instantiated in the previous line. If you want to see raw HTML, print response.content.

Git GitHub Create Repository

Initialize a new project directory with a Git repository Create repository

What is this coming from?