data-science-from-scratch
data-science-from-scratch copied to clipboard
NLP Error
The current version of nlp.py breaks on line 32 returning TypeError: 'NoneType' object is not callable.
I'm not sure if this is caused by a change in bs4 or something else.
I was able to get some help and the cause was a change to the website, the code should now read
content = soup.find('div', 'post-radar-content')
some day I'll learn my lesson about relying on the oreilly website not to change and break things ☹
@Aeromancer you are the man!