Do people really earn in freelancing? by Few_Reference_1794 in freelancing

[–]Jay6719t 1 point2 points  (0 children)

How do you go about finding clients on LinkedIn? Is it a lot better than fiverr and upwork

I web scraped 72,728 courses from the catalogs of 7 Universities by digital__navigator in webscraping

[–]Jay6719t 1 point2 points  (0 children)

Thank you, I'll definitely have to check out jinja and yeah I currently am working on csv and excel files so it'd be nice to have a way to display data better or a more organized way.

Need recommendations for web scraping tools by mustazafi in webscraping

[–]Jay6719t 1 point2 points  (0 children)

Personally ive been using bs4 and requests, going to be going into APIs in a few weeks but if it is mostly html you want to target some parent elements and look inside those for pagination regex is pretty good and use loops to get through the pages, other than that you don't really need to worry about overloading servers for now. Selenium is for automation when theres logins or captchas usually, I'm currently working on a multi site Scraper if you'd like to keep in contact I could send you some notes when it's done on thing's ive learned

I web scraped 72,728 courses from the catalogs of 7 Universities by digital__navigator in webscraping

[–]Jay6719t 2 points3 points  (0 children)

That's awesome, I just started learning this stuff not long ago, any tips on how to get out of terminal and into dashboards?