Posts by Farofa de Cachorro • 36 points
3 posts
-
-1
votes1
answer49
viewsA: How to get rid of a vertical line in the Pycharm editor
That line is to help you, after all, the pycharm has an integration with the pep8 and if I’m not mistaken, that represents the maximum size that a line should have according to the pep8, and when…
-
1
votes2
answers35
viewsA: I’m making webscraping with python and can’t break a loop
I found a solution myself, the code is here for those who want to incorporate https://github.com/farofaDeCachorro/myprojects/blob/main/amazon_automatic.py license: cc0, you can use the will Edit:…
-
1
votes2
answers35
viewsQ: I’m making webscraping with python and can’t break a loop
I’m automating the search for gamer laptops on Amazon, which in addition to picking up the first page it picks up the next ones, but it gets to a point that won’t stop trying to pick up more pages…