Suggestion need: which programming language i should learn for all kind of web automation?

Mr. Grinder

Failed to resolve a dispute resolution thread.
Joined
Jul 29, 2017
Messages
1,058
Reaction score
688
which programming language i should learn for all kind of web automation?

i thought it javascript or you can suggest me more better ?

or single javascript can not do web automation something like , scrapping and all automation ?
 
Javascript is a tad basic. I would suggest something like python, but I'm not a complete expert.

Take a look at this topic: https://www.blackhatworld.com/seo/get-my-ultimate-programing-guide-to-beginners.1135976/
can you explain what is tad ?
For a jack of all trades, go with either javascript or python.
i am thinking about javascript
 
which programming language i should learn for all kind of web automation?

i thought it javascript or you can suggest me more better ?

or single javascript can not do web automation something like , scrapping and all automation ?
Javascript and C#. Those are definitely your friends. C# can be subbed for Python, but C# applications can be used on other devices with the .net framework.
 
python seems to be simple but it make more confusion when i really write program as syntax changes version to version.
 
If you have to pick only one language, you should go with JavaScript. You will need to know it anyway when writing scrapers and bots even if you write them in another language because sometimes the only way to do something in the site is to execute js in the browser.
 
If you have to pick only one language, you should go with JavaScript. You will need to know it anyway when writing scrapers and bots even if you write them in another language because sometimes the only way to do something in the site is to execute js in the browser.
What he said. You definitely should learn the scripting languages like the back of your hand (HTML,CSS,JavaScript) and one programming language (Python, C#, Java) if you want to build bots and scrapers. Knowing how networking, browsers, servers, and the internet all work in tandem is also a huge plus.
 
Back
Top