Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Create buttons as many as there is data
Post: Create buttons as many as there is data

Hi, with this code I create a graphical interface with a button from kivymd.app import MDApp from kivy.lang import Builder KV = """ Screen: MDRectangleFlatButton: text: "Hello Kivy World...
nestor GUI 0 1,801 Apr-29-2021, 07:59 PM
    Thread: Extract data with Selenium and BeautifulSoup
Post: RE: Extract data with Selenium and BeautifulSoup

Thanks for the reply, so doing everything with Selenium or using Beautifulsoap is the same or one method is better than another ?
nestor Web Scraping & Web Development 3 3,908 Jun-05-2020, 06:06 PM
    Thread: Extract data with Selenium and BeautifulSoup
Post: Extract data with Selenium and BeautifulSoup

Hi, I'm trying to extract live betting data from this sports betting site, https://bwin.com this is the code I use from selenium import webdriver from bs4 import BeautifulSoup import time browser =...
nestor Web Scraping & Web Development 3 3,908 Jun-04-2020, 08:37 PM
    Thread: Extract data from sports betting sites
Post: Extract data from sports betting sites

Hi, as the title suggests, I would like to extract data from sports betting sites, with this code I download the html of the sitefrom bs4 import BeautifulSoup import urllib.request url = "https://spo...
nestor Web Scraping & Web Development 3 5,625 Apr-16-2020, 05:30 PM

User Panel Messages

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