Posts by Lucas Coacci • 51 points
2 posts
-
-1
votes1
answer75
viewsQ: How do I take a specific part of a string in GOLANG
I am developing a software and among its features I would like to separate a specific part of a string My code is like this so far baseURL := "https://google.com/" body, _ :=…
-
5
votes1
answer90
viewsQ: How to use Beautifulsoup’s "find" to find a script tag with a specific type?
For a while I have been studying how to use Beautifulsoup to be able to find tag content etc. But I came across a problem where the content I want to find is inside a tag <script…