Answer the question
In order to leave comments, you need to log in
What do you recommend or what visual editor (constructor) in python?
I recently started learning how to create my own web spiders. I'm new to programming, but I came across the browser automation studio (BAS) tool bablosoft.com, though in Javascript.
Interested in similar tools, both browsers and programming in general related
As they write in the description:
"This is a block programming environment for emulating a person in a browser. In it, you can either simply load pages on demand, or create complex interactions with databases by loading elements sorted according to a special algorithm there. It is also an openSource project, and professionals can pick it up and find a lot of interesting things ... "
Answer the question
In order to leave comments, you need to log in
They lie, especially about professionals.
I advise you to forget about the visual editor (constructor) in python. This is all bullshit and bullshit.
Learn to program by writing programs.
I once used Selenium for parsing and automating actions on web pages. But after some time, I switched to manually writing requests through http libraries and parsing html. This is the only way to understand the low-level mechanics of client-server interaction. You will have to learn the basics of http requests, html, cookies and other concepts. You can't do without it.
For python, I can advise a bunch of request + pyquery , I use it myself.
It is not recommended to use such software. Since 1. You will
not learn python and its basic functions
2. You will not understand how python works.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question