Posts by welinton • 15 points
2 posts
-
0
votes1
answer171
viewsQ: Python - consume loop api for paging
Currently I consume data from a paginated api using python. I put a number of pages x, the problem is when there are more pages, or when there are fewer pages and you keep looping unnecessarily.…
-
0
votes2
answers172
viewsQ: Python Generate txt layout from a txt file
I have a txt file that I am doing treatment to generate a layout in another txt file. When I use the command print the same generates correctly, but when I put to write in another file it generates…