Thanks for the tutorial on Python scraping . I like your style and the pace you follow. You are providing a lot of great information that takes a while to digest, but for someone who is a stubborn learner like me, i can review back and forth many times, and the information is slowly sinking in.
The code doesn't collect the nationality of the fighters who have a link embedded in the nationality, it just says 'null'. Will this require an extra step to make sure to grab just the text if a link is present?
Thanks for the tutorial on Python scraping . I like your style and the pace you follow. You are providing a lot of great information that takes a while to digest, but for someone who is a stubborn learner like me, i can review back and forth many times, and the information is slowly sinking in.
The code doesn't collect the nationality of the fighters who have a link embedded in the nationality, it just says 'null'. Will this require an extra step to make sure to grab just the text if a link is present?
Yes, exactly!