Main public logs
From Master of Neuroscience Wiki
Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:27, 15 October 2025 Davrot talk contribs created page JSON and dict for parameter files (Created page with " == The goal == A combination of JSON (JavaScript Object Notation) file and dictionaries allows to organize parameters in an external file. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == [https://docs.python.org/3/library/json.html json – JSON encoder and decoder] == === [https://docs.python.org/3/library/json.html#json.dump dump] === <syntaxhighlight lang="python">import json a = dict(one=1, two=2, three=3) with open("data_out.json", "w") as file:...") Tag: Visual edit