- 07 Mar, 2019 4 commits
- 02 Mar, 2019 4 commits
-
-
Min-A Cho authored
-
Min-A Cho authored
-
Brandon Piotrzkowski authored
-
- 27 Feb, 2019 13 commits
- 26 Feb, 2019 2 commits
- 25 Feb, 2019 10 commits
- 23 Feb, 2019 3 commits
- 22 Feb, 2019 1 commit
-
-
- 20 Feb, 2019 2 commits
-
-
Leo Pound Singer authored
IMHO, this is more about presentation than logic, so it belongs in Jinja.
-
Leo Pound Singer authored
Reformatted JSON data files using the json module from the Python standard library: >>> import glob >>> import json >>> for filename in glob.glob('**/*.json', recursive=True): ... with open(filename, 'r') as f: ... data = json.load(f) ... with open(filename, 'w') as f: ... json.dump(data, f, indent=4) ...
-
- 19 Feb, 2019 1 commit
-
-
Leo Pound Singer authored
-