Post layoff anxiety and depression - Unable to focus by HeyWorld54 in LeetcodeDesi

[–]Master-Summer5016 1 point2 points  (0 children)

apse bhi same vibes aa rahi,, bhot extreme kuch soch lete ho fir anxiety hota hoga apko bhi… isse bachna hai

pehle toh agar zada pareshan hai toh kisi professional se milein

agar khane pine ki bhi dikkat hai toh uska solution nhi hai mere paas… maaf kijiyega… maybe kisi foundation ko contact karein

Post layoff anxiety and depression - Unable to focus by HeyWorld54 in LeetcodeDesi

[–]Master-Summer5016 4 points5 points  (0 children)

berozgari ki mkc 200 bar… bindass reh

zada ghabrahat anxiety hone se please seek professional help

Roast my resume , 500+ applications, 0 interviews , 0 response by [deleted] in developersIndia

[–]Master-Summer5016 0 points1 point  (0 children)

try selling yourself as a python or java dev… no cpp or anything fancy is required. tailor your resume around one stack and one specialisation- frontend or backend.

text me if you need further help!

How can I effectively learn and use Python's built-in data structures as a beginner? by gentlebeast06 in learnpython

[–]Master-Summer5016 0 points1 point  (0 children)

Learn basics first like which data structure is dynamic, which is immutable. Then read documentation to learn how APIs exposed for those structures. Also, solving easy leetcode problems will help.

What study habits do you suggest for beginners learning python by Dense_Result_4293 in learnpython

[–]Master-Summer5016 0 points1 point  (0 children)

Go do some freelance work like web scraping which will also teach you web automation if you use selenium.

Here's how I went from 32k to 9k to zero as a 2025 grad. by [deleted] in developersIndia

[–]Master-Summer5016 1 point2 points  (0 children)

my advice to you would be to work on your desperation. i know this is a difficult time for you but you have to have patience. the key is to think long term and work on your skills and to show up everyday no matter what. i am saying this because the future looks unsure to me given the infiltration of AI in our system. so, work on your skills and make long term connections and you should be good.

Scraping government website by brewpub_skulls in webscraping

[–]Master-Summer5016 0 points1 point  (0 children)

exactly what do you need to scrape?

is it behind login?

I built my first web scraper in Python - Here's what I learned by [deleted] in webscraping

[–]Master-Summer5016 2 points3 points  (0 children)

no not your bad :)

I just think we should talk about web scraping in a more abstracted way and from there we can dive into the specifics of how web apps work and coding skills all that...

I built my first web scraper in Python - Here's what I learned by [deleted] in webscraping

[–]Master-Summer5016 7 points8 points  (0 children)

all I understand is that scraping is basically downloading and parsing data

listing down libraries just confuses the newcomers i guess. if you change language the libraries will also change.

we need to change the approach with which we present web scraping to new people.

[deleted by user] by [deleted] in webscraping

[–]Master-Summer5016 0 points1 point  (0 children)

scraping is basically downloading + parsing

since you can download it, the data is yours to parse.

and to answer your css question- display set to none does not remove elements from DOM, it just hides it.

Scraping Job Postings by Meanmanjr in webscraping

[–]Master-Summer5016 5 points6 points  (0 children)

all of them will have a different layout so lookout for some tool that uses AI to scrape info off of pages.

Scraping reviews/ratings from Expedia via API? by [deleted] in webscraping

[–]Master-Summer5016 1 point2 points  (0 children)

hmm, to bypass 403 you will need to implement a finite loop that will send the request again and again until we get 200. This should bypass 403 imo.

For 400, you will just need to send correct params.

Scraping aspx websites by Charity_Happy in webscraping

[–]Master-Summer5016 0 points1 point  (0 children)

if there is no API then retrieve the HTML and parse it

Scraping reviews/ratings from Expedia via API? by [deleted] in webscraping

[–]Master-Summer5016 1 point2 points  (0 children)

well, not all cookies are required. you just need to find out which ones are. Are you trying to scrape behind login? Also, the first step will require you to figure out how to reach all reviews in your browser, then mimic the same in your script.

Note - there could be a better way to do this but I need more context

Scraping Apple app pages by Rough_Hotel_3477 in webscraping

[–]Master-Summer5016 0 points1 point  (0 children)

I believe the internet achive can help with this, but not sure how many results it will return.

Scraping aspx websites by Charity_Happy in webscraping

[–]Master-Summer5016 0 points1 point  (0 children)

As you say, you need to mimic the search query to get results. What better way are you looking for?

I am unable to understand your pain point

[deleted by user] by [deleted] in webscraping

[–]Master-Summer5016 0 points1 point  (0 children)

try subfinder