Web Scraping Via Python

In this code,

Anyone please explain what concepts used like

Line 63, listing variable has many so can you use multiple lists in one variable?
Line 79-84, is “[‘quote’][currency_price_unit]” coming from website? Please explain in detail what are they

To understand this code, and you are already familiar with Python, you can review this lesson on web scraping: https://www.freecodecamp.org/learn/scientific-computing-with-python/python-for-everybody/networking-web-scraping-with-python

If you’re just starting Python, you can start here: https://www.freecodecamp.org/learn/scientific-computing-with-python/#python-for-everybody

If you’re already familiar with Python and web scraping, Part Time Larry also has a great video on using streamlit: https://www.youtube.com/watch?v=0ESc1bh3eIg

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.