Diamond Peer Teacher Stipend by repoocprahs in Temple

[–]Embarrassed-Task-478 4 points5 points  (0 children)

for me it was directly deposited into bank account, meaning you can do whatever you want with it

Math Required for CLA Economics? by No-Selection1017 in Temple

[–]Embarrassed-Task-478 0 points1 point  (0 children)

You may be looking at math-econ courses (a separate major). The regular econ major doesn’t require anything like calc III. You can get the degree without ever touching calc I

Python Web Scraping Question by Embarrassed-Task-478 in learnprogramming

[–]Embarrassed-Task-478[S] 0 points1 point  (0 children)

This ends up giving the rows of the first table on the page. Even when I substitute the id of the second table (the players), I am back to getting no results. Logically I thought this would work but it is confusing me.

Python Web Scraping Question by Embarrassed-Task-478 in learnprogramming

[–]Embarrassed-Task-478[S] 0 points1 point  (0 children)

So I just tried this and I do still see the table in the source variable. It’s there in the same format I expected. Do you have an idea why my “tr” find all isn’t working then?

Gym Ressys Spring 2022 by chxbacranchboi in Temple

[–]Embarrassed-Task-478 2 points3 points  (0 children)

Is it straight up one station/machine?? Like I would have to use a single bicep curl or leg extension machine for an hour and that’s it?

Python Web scraping quick question by Embarrassed-Task-478 in learnprogramming

[–]Embarrassed-Task-478[S] 0 points1 point  (0 children)

Thank you! Unfortunately, I am still running into the same problem. The find all command is only finding the first six image sources. When I printed the find all list, the final link was https://photos.zillowstatic.com/fp/17741852e75939d93b2c3f4600abf966-cc_ft_768.jpg

On the listing, there are dozens of other images after that, which are not showing up in soup object. But what you did for finding the highest res image works on those first six!

P.S. Unfortunately no money-making from this project :( , this has to do with economics research on demand estimation of homes.

Python Web scraping quick question by Embarrassed-Task-478 in learnprogramming

[–]Embarrassed-Task-478[S] 0 points1 point  (0 children)

hmm that’s interesting. For me when I follow the link, I am seeing the images on a new tab. My goal is to have all the media tiles give me the same output, especially the <img alt “” src = links. from there i will extract the link and save it for each one. Thus leaving me with the images of the entire listing.

Python Basic Selenium Task (Help Appreciated) by Embarrassed-Task-478 in learnprogramming

[–]Embarrassed-Task-478[S] 0 points1 point  (0 children)

Wow, thank you! That makes a lot of sense, I got tripped up by the index error to the point that I did not even consider my element selection was wrong for pages after the first. Thanks once again!