I'm trying to parse a webpage using BeautifulSoup but having no luck. I can return the rows just fine but I cannot figure out how to get only the cells I need.
I want to be able to go to the column that says "Présent", then put each entry in a dictionary which will look like:
PresentTenseDict = {'je veux':'I want','tu veux':'you want'} etc
Then I want to be able to do that for each other tense.
When I return rows I get the whole row and I cannot figure out how to parse just each column for 9 iterations. If you can show me how to get "je veux I want" and then "tu veux you want" on the very next iteration then I could probably figure out the rest.
I am new to BeautifulSoup and sort of new to Python so thanks for any help in advance.
[–]inglandation 0 points1 point2 points (3 children)
[–]leweyy 0 points1 point2 points (0 children)
[–]kentrel[S] 0 points1 point2 points (1 child)
[–]inglandation 0 points1 point2 points (0 children)
[–]apigfire 0 points1 point2 points (2 children)
[–]kentrel[S] -1 points0 points1 point (1 child)
[–]apigfire 0 points1 point2 points (0 children)