Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: word counter
Post: RE: word counter

What is the purpose of the [1] in span.find_all('a')[1].text
kid_with_polio Web Scraping & Web Development 3 2,820 Jun-19-2019, 10:56 PM
    Thread: word counter
Post: word counter

Hey I tried making a word counter using a forum page as practice to just isolate all the thread titles of a given page and then separate each word onto a new line. However, I cannot figure out how to ...
kid_with_polio Web Scraping & Web Development 3 2,820 Jun-19-2019, 10:42 PM
    Thread: web crawler problems
Post: RE: web crawler problems

import requests from bs4 import BeautifulSoup def trade_spider(max_pages): page = 1 while page <= max_pages: url = 'http://books.toscrape.com/catalogue/page-' + str(page) + '.html'...
kid_with_polio Web Scraping & Web Development 3 2,247 Jun-14-2019, 11:45 PM
    Thread: web crawler problems
Post: web crawler problems

Hi, I followed along with a web crawler tutorial on Youtube but I can't seem to get the code to work even though I used an updated website. I have all the used packages installed and at first I got a ...
kid_with_polio Web Scraping & Web Development 3 2,247 Jun-14-2019, 10:42 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020