Posts by Daniel • 1 point
1 post
-
0
votes1
answer203
viewsQ: How to save requests return and save to . txt or . csv file in Python
I wonder if it is possible to save the return of a request in file . txt or . csv in Python. I need some NIST data and for that I made the following code: import requests from bs4 import…