Welcome to the MMOLEARN.COM

Build your first Dropshipping, Online Course, Affiliate, Blog, Business, Optin, etc, WEBSITE and make money with us. We offer over 10.000+ Wordpress Plugins & Themes which will let you build ANYTHING. Plus we have nice community which likes to gossip about building websites and making some money online! Its really easy to do when we have everything you need to BUILD anything you WANT. Hope you enjoy your stay and have a beautiful day with us!

or Register
gifd

Feel free to ask about anything related to Python.

Cantlatz

Active member

VIP MEMBER
Reputation: 22%
Joined
Aug 17, 2018
Messages
162
Reaction score
21
Points
36
Greetings everyone,

As stated in the title, I am available to answer any questions you may have regarding Python, particularly related to web scraping and automation. Feel free to ask me anything.
 

GlimmerDean

Well-known member

VIP MEMBER
Reputation: 25%
Joined
May 7, 2016
Messages
160
Reaction score
29
Points
63
What is the process of implementing a monad in Python?
 

Verbtern

Well-known member

VIP MEMBER
Reputation: 28%
Joined
Jun 16, 2015
Messages
173
Reaction score
49
Points
56
Which one would you prefer: requests or urllib? Selenium or Puppeteer? Lxml or BeautifulSoup?
 

ChiriMo

Active member

VIP MEMBER
Reputation: 17%
Joined
Jun 14, 2016
Messages
108
Reaction score
21
Points
36
How can we effectively transform Python into a desktop .exe application suitable for Windows 11?
 

Endurgy

Member

VIP MEMBER
Reputation: 12%
Joined
Jul 20, 2016
Messages
94
Reaction score
8
Points
14
Could you kindly recommend a suitable course for newcomers? I'm specifically interested in something focused on automation and web scraping. Many thanks in advance! (I'm planning to begin this month) :)
 

Frantsto

Well-known member

VIP MEMBER
Reputation: 36%
Joined
Oct 10, 2018
Messages
248
Reaction score
49
Points
62
requests or urllib ?
selenium or puppeteer ?
lxml or beautifulsoup ?
 

Shaingh

Active member

VIP MEMBER
Reputation: 19%
Joined
Sep 27, 2020
Messages
132
Reaction score
19
Points
38
How did you manage to learn to use Python without feeling like you want to give up? My brain feels like it's melting!
 

Cantlatz

Active member

VIP MEMBER
Reputation: 22%
Joined
Aug 17, 2018
Messages
162
Reaction score
21
Points
36
Could you kindly recommend a suitable course for newcomers? I'm specifically interested in something focused on automation and web scraping. Many thanks in advance! (I'm planning to begin this month) :)

I like to begin with the basics first. Once you've got those down, you can explore any direction you want. I recommend starting with AI. As for courses, I think Mosh Hamadani's channel is a great place to learn. Good luck!
 

Binderke

Well-known member

Reputation: 34%
Joined
Jul 18, 2017
Messages
213
Reaction score
48
Points
76
requests or urllib ?
selenium or puppeteer ?
lxml or beautifulsoup ?

AIOHTTP simplifies parallelism compared to other options.
It's like comparing apples to oranges (Python vs. JavaScript).
Regular expressions (Regex).
 

Cropol

Well-known member

Reputation: 31%
Joined
May 3, 2018
Messages
198
Reaction score
35
Points
73
Hello everyone,

Feel free to ask me anything about Python, particularly in the areas of web scraping and automation.
How can I open a specific Chrome browser instance that is already synced and signed in? I have a shortcut on my PC, but despite trying ChatGPT and other resources, I haven't been able to accomplish this.
 

Cantlatz

Active member

VIP MEMBER
Reputation: 22%
Joined
Aug 17, 2018
Messages
162
Reaction score
21
Points
36
How can I open a specific Chrome browser instance that is already synced and signed in? I have a shortcut on my PC, but despite trying ChatGPT and other resources, I haven't been able to accomplish this.
Here's a YouTube video that explains how to do that.

 

TwitEdit

Well-known member

Reputation: 27%
Joined
May 15, 2018
Messages
185
Reaction score
31
Points
57
ChatGPT has joined the conversation...
 

Slipkin

Active member

Reputation: 26%
Joined
Jun 5, 2019
Messages
190
Reaction score
24
Points
43
How to navigate around funcaptcha?
 

FinestNyc

Active member

Reputation: 24%
Joined
Apr 13, 2018
Messages
185
Reaction score
19
Points
38
How can I open a specific Chrome browser instance that is already synced and signed in? I have a shortcut on my PC, but despite trying ChatGPT and other resources, I haven't been able to accomplish this.

Simple—store the profile in your folders, then instruct Python to access that folder.

How to navigate around funcaptcha?

The easiest approach is to use a captcha-solving service. With Python requests, you can identify your specific captcha code, send it to the service, and then input their response into the captcha field.
 

WeirdHello

Well-known member

Reputation: 25%
Joined
Dec 25, 2021
Messages
176
Reaction score
21
Points
52
I hate to burst your bubble, but Puppeteer is your best bet—no question about it. (Playwright might also be an option, but definitely not Selenium.)

requests or urllib ?
selenium or puppeteer ?
lxml or beautifulsoup ?

Don't waste your time with Selenium; it has numerous drawbacks, including a lack of high-quality libraries for effective scraping or botting. Opt for Puppeteer or Playwright instead, as they offer excellent stealth and accuracy for automation. I switched from Selenium to Puppeteer and it was the best decision I ever made.

funcaptcha?

Puppeteer (Node.js) provides many solutions for this, and various NPM libraries can address the issue effectively. Generally, you'll find Python packages that attempt to replicate (but often fail to match) the functionality of Puppeteer/Node.js packages.

Just go with Puppeteer.
 
Top Bottom