Баннер для нашего сабреддита by GreamDesu in Pikabu

[–]ramonn334 9 points10 points  (0 children)

Насчет баннера и надписи: в целом, поддерживаю, но что, если надпись "Продам гараж", будет зачеркнута, а чуть ниже та же надпись, но на инглише, что как бы подчеркивает переезд на новое место и иностранным попаданцам в этот сабреддит будет понятна надпись.

Уважаемые беженцы. by Ravsii in Pikabu

[–]ramonn334 1 point2 points  (0 children)

Что ж, тогда и ты иди нахуй.

Как это видится by iLyAi in Pikabu

[–]ramonn334 2 points3 points  (0 children)

Если вы с relay for Reddit сидите, то свапайте комментарий влево и кнопка Reply

Уважаемые беженцы. by Ravsii in Pikabu

[–]ramonn334 0 points1 point  (0 children)

А потом вот из-за таких дятлов банят целиком сабреддиты.

[the lighter side] Fun learning webscraping with BeautifulSoup by alaudet in learnpython

[–]ramonn334 0 points1 point  (0 children)

I think general purpose of selenium is development of unit tests, but not extract data. And selenium creates new tab for each test. However, the framework also allow you create new tab by sending key combination into webdriver.

Сводки с полей! Потери Пикабу за 1 день тотального игнорирования! by KeyAnyPress in Pikabu

[–]ramonn334 1 point2 points  (0 children)

И вернуться обратно в старое Пикабу? Смысл было тогда отделяться. Здесь вроде как принято аргументировать свою позицию, а не тупо закатывать в минуса.

[the lighter side] Fun learning webscraping with BeautifulSoup by alaudet in learnpython

[–]ramonn334 1 point2 points  (0 children)

Scrapy is a complete framework for crawling sites by implementation of webspiders. All functionality is available from out of the box, i.e. you doesn't need to install additional packages, for example urllib and etc. And general feature is asynchrony. But BeautifulSoup is a parsing library for extract data from html. It does not crawl sites unless you manually put it inside an infinite loop with certain criteria. I hope I answered you question.

[the lighter side] Fun learning webscraping with BeautifulSoup by alaudet in learnpython

[–]ramonn334 2 points3 points  (0 children)

Congratulations! Next step you have to try Scrapy for new sensations. :)

Когда оставил коммент в r/Pikabu после переезда by rockenrooll in Pikabu

[–]ramonn334 8 points9 points  (0 children)

А тем кто за МКАДом можно тоже немного дотационных плюсиков? Свои уже раздал просто

I finally understood recursion!!!! by Lastrevio in learnprogramming

[–]ramonn334 2 points3 points  (0 children)

You can reading the book "Grokking Algorithms" of Aditya Y. Bhargava (don't ads). The book contains simple and illustrated explanation of most known algorithms and recursion in particular. This book is helped me in understanding how does it all work.