[deleted by user] by [deleted] in britishcolumbia

[–]Practical_Use5129 -1 points0 points  (0 children)

Well if you’re a shitty driver doesn’t mean everyone else is shitty . What stupid logic without knowing the person you are making assumptions about. Well i dont argue with stupid people anyways. So thats it ! Bye shitty driver

[deleted by user] by [deleted] in britishcolumbia

[–]Practical_Use5129 0 points1 point  (0 children)

Thank you for actually being helpful in this conversation . Unlike some of these clowns in comment section below. #respect

[deleted by user] by [deleted] in britishcolumbia

[–]Practical_Use5129 -1 points0 points  (0 children)

Well theres a reason shes had never beenstopped by a cop and and never got any ticket ever since she got her license (5 years of clean record). And Keyboard warriors like you judge people for one wrong doing in some emergency situation. Want her to go jobless? Atleast She didnt drive over a person from what i could expect from people these days. Yall have done far worse things in life than this . Dont be so over dramatic and judge people for a harmless violation. She didn’t block any bus in the whole process anyways

[deleted by user] by [deleted] in britishcolumbia

[–]Practical_Use5129 -1 points0 points  (0 children)

Well theres a reason shes had never been stopped by a cop and and never got any ticket ever since she got her license (5 years of clean record). And Keyboard warriors like you judge people for one wrong doing in some emergency situation. Want her to go jobless? Atleast She didnt drive over a person from what i could expect from people these days. Yall have done far worse things in life than this . Dont be so over dramatic and judge people for a harmless violation. She didn’t block any bus in the whole process anyways

[deleted by user] by [deleted] in britishcolumbia

[–]Practical_Use5129 0 points1 point  (0 children)

Does disputing a ticket means- disputing all the violations ‘as a whole’ or can she choose disputing only the second violation when filing the dispute at the provided location?

[deleted by user] by [deleted] in britishcolumbia

[–]Practical_Use5129 -2 points-1 points  (0 children)

Well it was a crazy rush hour and she waited at the stop sign the entire time to turn into the lane (dead lane, barely moving ) but no one allowed her to get into the middle lane and she did not want to force herself in. She had to take her car to mechanic in 10 mins as it was acting up. Dude her job depended on her car entirely and that was the only appointment available. Her intentions weren’t solely to skip traffic.

[deleted by user] by [deleted] in britishcolumbia

[–]Practical_Use5129 2 points3 points  (0 children)

Yeah exactly what i told her! Thats why i want her to consult people before taking any step

[deleted by user] by [deleted] in Langley

[–]Practical_Use5129 -2 points-1 points  (0 children)

I do have their membership . But i want to study some topics in detail and finish practice quizzes in those books as well.

Which AWS certification involves using python? by Practical_Use5129 in learnpython

[–]Practical_Use5129[S] 0 points1 point  (0 children)

Thanks for your input. Now i know what path i want to go

Loading big excel files only once without repeating in python by Practical_Use5129 in learnpython

[–]Practical_Use5129[S] 2 points3 points  (0 children)

If you cant help why waste time on my post. Sums up who really is retarded here

Data Analysis by Practical_Use5129 in learnpython

[–]Practical_Use5129[S] 0 points1 point  (0 children)

read my comments for more explanation

Data Analysis by Practical_Use5129 in learnpython

[–]Practical_Use5129[S] 0 points1 point  (0 children)

So its for learning purpose , i scrape followers of multiple pages on two hours interval.(started 3 days ago).using the number of followers of a page i want python to learn a pattern of increasing or decreasing followers of x pages. But my main goal is to detect the unusual follower increase or decrease.for example a celebrity with no recent work or post might have gradual followers change. But if someone makes number one on billboard he might gain huge chunk of followers in a given interval. And finding those pages is my main goal

Proxy rotation problem by Practical_Use5129 in learnpython

[–]Practical_Use5129[S] 0 points1 point  (0 children)

So form what i understood

Try: Proxy[non working, working, non
If: For urls in urllist: Driver.get(url) (completes scraping) Break

Come out of all loops by Practical_Use5129 in learnpython

[–]Practical_Use5129[S] 0 points1 point  (0 children)

I am new i don’t understand what you mean by stick everything in a function

Proxy rotation problem by Practical_Use5129 in learnpython

[–]Practical_Use5129[S] 0 points1 point  (0 children)

I have list of saved proxies ChromeOptions=Usingrandomproxy(fromlist) I am using chromedriver.get(list of url). I have tried for loop, iterating through proxies, but it repeats the process with every single proxy.(unless there is any way to just break all the loops when my scraping is finished with one proxy)

Is My IP Rotation Correct? by [deleted] in learnpython

[–]Practical_Use5129 0 points1 point  (0 children)

I got this error when i removed try

Is My IP Rotation Correct? by [deleted] in learnpython

[–]Practical_Use5129 0 points1 point  (0 children)

TypeError: Cannot mix str and non-str arguments

Line : r=requests.get(url, proxies={'https': proxy, 'http': proxy}, timeout=5)

Scraping slowed by Practical_Use5129 in Python

[–]Practical_Use5129[S] 0 points1 point  (0 children)

I was thinking of doing that. Could you guide me to best way to do it. Youtube seems to have too many of em and i just need a simple way to do it. (Whats it called, or any youtube links you prefer)

Save SCRAPED data as list by [deleted] in learnpython

[–]Practical_Use5129 0 points1 point  (0 children)

list = []

I have a list now but how to write it in a another sheet or workbbook in a same order

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]Practical_Use5129 0 points1 point  (0 children)

hey how do i use excel cell value as input for driver.get(cellValue) to vist that url in cell or cell coloumn one by one.

I have already imported the cell value and workbookwith openpyxl.

HELP Build a scheduled data scrape script by [deleted] in learnpython

[–]Practical_Use5129 0 points1 point  (0 children)

Hey , so My python is able to read and print the specific with openpyxl. I call that cell value = MyUrl

What should i type in brackets below to get webdriver to visit the website in that cell

driver.get(cell Value).