You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
wاen i run this cod ، It takes about 0.7 seconds to transmit and display information to me
My question is ، is there a way to get this information faster than this time?
import requests
from bs4 import BeautifulSoup
page = requests.get('https://www.bls.gov/ces/')
soup = BeautifulSoup(page.content,'html.parser')
locator = 'div h4 a'
tag = soup.select_one(locator)
tag_s = tag.attrs['title']
print(tag_s)
The text was updated successfully, but these errors were encountered:
hi
wاen i run this cod ، It takes about 0.7 seconds to transmit and display information to me
My question is ، is there a way to get this information faster than this time?
import requests
from bs4 import BeautifulSoup
page = requests.get('https://www.bls.gov/ces/')
soup = BeautifulSoup(page.content,'html.parser')
locator = 'div h4 a'
tag = soup.select_one(locator)
tag_s = tag.attrs['title']
print(tag_s)
The text was updated successfully, but these errors were encountered: