Age | Commit message (Expand) | Author |
---|---|---|
2022-03-10 | Use context manager with database connection | Frederick Muriuki Muriithi |
2020-10-29 | Replace map on strip with a list comprehension that calls strip() | BonfaceKilz |
2020-08-27 | Replace "string.split" & "string.join" with python's inbuilt methods | BonfaceKilz |
2020-08-19 | Make Python more idiomatic | BonfaceKilz |
2020-08-19 | Convert `raw_input` to `input` | BonfaceKilz |
2020-08-19 | Change `dict.has_key(key)` to `key in dict` | BonfaceKilz |
2020-08-19 | Wrap `map()` in a `list` call | BonfaceKilz |
2020-08-18 | Wrap print statements in parentheses | BonfaceKilz |
2020-08-18 | Replace DOS style line endings with UNIX style ones | BonfaceKilz |
2020-08-18 | Apply pep8 | BonfaceKilz |
2018-04-03 | @acenteno added data upload scripts into main repo | Pjotr Prins |