Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
beautifulsoup error
#5
(Feb-21-2019, 07:47 PM)rudolphyaber Wrote: Maybe I should just find another tutorial?
Have a couple of here,that's up to date.
Web-Scraping part-1
Web-Scraping part-2

That Bloomberg site is not easy to parse(have changes since tutorial you look at).
They have API with Python support,but need C++ SDK.
Quote:> python -m pip install --index-url=https://bloomberg.bintray.com/pip/simple blpapi
Prebuilt binaries are provided for Python 2.7, 3.5, 3.6 and 3.7 for Windows, in both 32 and 64 bits.
A source package is also provided for other platforms/Python versions.
A local installation of the C++ API is required both for importing the blpapi module in Python and for building the module from sources, if needed.
For stocks there are better API free one like ALPHA VANTAGE.
Site over is okay for training to use an API to get data,then use Requests(not urllib),to get data in eg JSON.
Reply


Messages In This Thread
beautifulsoup error - by rudolphyaber - Feb-21-2019, 05:34 PM
RE: beautifulsoup error - by metulburr - Feb-21-2019, 07:05 PM
RE: beautifulsoup error - by rudolphyaber - Feb-21-2019, 07:47 PM
RE: beautifulsoup error - by metulburr - Feb-21-2019, 09:46 PM
RE: beautifulsoup error - by snippsat - Feb-22-2019, 07:04 AM
RE: beautifulsoup error - by rudolphyaber - Feb-25-2019, 07:55 PM
RE: beautifulsoup error - by metulburr - Feb-25-2019, 10:47 PM
RE: beautifulsoup error - by heiner55 - May-26-2019, 02:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strange ModuleNotFound Error on BeautifulSoup for Python 3.11 Gaberson19 1 1,267 Jul-13-2023, 10:38 AM
Last Post: Gaurav_Kumar
  [Solved]Help with BeautifulSoup.getText() Error Extra 5 4,087 Jan-19-2023, 02:03 PM
Last Post: prvncpa
  Error with NumPy, BeautifulSoup when using pip tsurubaso 7 5,608 Oct-20-2020, 04:34 PM
Last Post: tsurubaso
  Python beautifulsoup pagination error The61 5 3,629 Apr-09-2020, 09:17 PM
Last Post: Larz60+
  BeautifulSoup: Error while extracting a value from an HTML table kawasso 3 3,412 Aug-25-2019, 01:13 AM
Last Post: kawasso
  BeautifulSoup Parsing Error slinkplink 6 9,898 Feb-12-2018, 02:55 PM
Last Post: seco

Forum Jump:

User Panel Messages

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