Conversation
Notices
-
Brandon Hall (bthall@bikeshed.party)'s status on Saturday, 16-Mar-2019 15:40:58 EDT Brandon Hall
I'm enjoying using #Python to simply calculate stuff. Setup variables, run the calculation, tweak the variable values, run it again ... Or start with a list of variables and iterate through the list, using each variable in a calculation and outputting the result at each point for easy comparison.
I find this approach less tedious than doing the same thing in a spreadsheet.