All Questions
4 questions
2
votes
1
answer
2k
views
Run python File With get request flask API
Code is Working Review and Recommend What Are Best Practice
What I am trying to achieve.
API with Flask that runs any python file from the current directory.
Run the file and get output in JSON
...
8
votes
1
answer
174
views
Finding unimplemented tasks on Rosetta Code using Requests
This is a Find unimplemented tasks task from Rosetta Code:
Given the name of a language on Rosetta Code, find all tasks which are
not implemented in that language.
There is already a solution ...
7
votes
2
answers
2k
views
Repeatable HTTP requests in Python
I have a simple python script that's repeating a HTTP response/request. I would like to know how I could have constructed this better, particularly if there's a way I could have incorporated the slice ...
8
votes
1
answer
229
views
Timed requests and parsing JSON in Python
I wrote this tiny script to pull the JSON feed from the CitiBike website:
...