I am working on my physics simulation, and I thought maybe i should use yaml to make my own ‘command line option’ markup language. A python program could use a simle yaml file to allow easy use of command line options. I love how writing code to do one thing makes you want to write all kinds of other programs.
Edit: Wow, look what I just found:
Python Cheese Shop
Edit 2: Finished programing for today. I wrote a python file that generates a batch script that runs my program bunch of times, changing command line arguments detailing the nature of the simulation each time. I think that’s pretty cool.