]> code.communitydata.science - covid19.git/commitdiff
A few suggestions for the python script:
authorNathan TeBlunthuis <nathante@uw.edu>
Sat, 28 Mar 2020 03:27:02 +0000 (20:27 -0700)
committerNathan TeBlunthuis <nathante@uw.edu>
Sat, 28 Mar 2020 03:43:29 +0000 (20:43 -0700)
- using format strings (f-strings) is a nice way in python to build
strings using variables.
- you can read and process a file in one pass if you iterate over the
open file itself instead of reading it into a variable and then
looping
- i had to change your strip code when i stopped using csv reader
- my python linter and auto-formater hate non-indendent comments
- i added a few lines to print cases where we don't get Ok responses.


No differences found

Community Data Science Collective || Want to submit a patch?