You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some programming languages are better suited to do webscraping than others.
As a rule of thumb, stay away from corporate "big application" languages like C#, Java and the likes.
Favor scripting languages or those with a specific domain emphasis.
Some concrete recommendations:
Python: low barrier of entry, vast library ecosystem, default choice
Go: best terminal user interfaces
Any Lisp Dialect (e.g. Common Lisp): Interactive, fast development
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Some programming languages are better suited to do webscraping than others.
As a rule of thumb, stay away from corporate "big application" languages like C#, Java and the likes.
Favor scripting languages or those with a specific domain emphasis.
Some concrete recommendations:
Beta Was this translation helpful? Give feedback.
All reactions