Posts by Rodrigo Augusto Martins • 3 points
5 posts
-
-2
votes2
answers50
viewsQ: Take a string snippet between two characters
I have some information I need that comes in the following format: <http://informacaoquepreciso.com.br> "rel"="next" In this case what I need to pick up only the text that is within the <…
-
0
votes0
answers10
viewsQ: Working with Multiple Flask python Request
Hello, I’m new to developing Python applications using Flask, developed an application using Python and Flask, hosted the application on the Google Cloud App Engine, and came across a problem, in…
-
-2
votes1
answer36
viewsQ: How to convert the expires token to a date
Hello, I am starting my walk with Python and JWT, I am authenticating myself in an external API and I have as return the Token and the "expires_in", however the value comes in a format I need to…
-
0
votes2
answers45
viewsQ: Value Replace with Python and Pandas
Hello, I’m trying to remove a character from a base that I extracted from a TXT file, I loaded the file with pandas but I can’t remove it using replace command, below the values I have in a certain…
-
0
votes1
answer234
viewsQ: How to Get Client-Side Data to the Server
Hello. I developed an application in . NET CORE and the access page will pick up the geolocation of the client with the coordinates of Longitude and Latitude. However, I made this code using…