Hacker News new | ask | show | jobs
by yangcanvas 4510 days ago
I'd imagine that the most common use cases will be the ones where people are already using excel, where the python is definitely an improvement over python, the default and only other programming language integrated with excel.

I used it to validate my an algorithm written in python, which was basically a many-step series of matrix multiplications

datanitro basically served as a debugger, letting me 'show my work' at each step in the algorithm, outputting matrices to excel spreadsheets as it ran. Excel provides a pretty good set for validating that the output at each step matched expectations, like conditional formatting where you can color cells based on their value and other math and graphing functionality

I can say for sure that I prefer using python with excel to using VBA, the only other previous option.

1 comments

Although I find programming fun in general, using VBA is definitely not as fun as other languages. If I had more complicated uses for macros I would definitely shell out the $100 for it.
This site is actually for a new product: an API that lets developers push data (from any language, over REST) to the spreadsheets of end-users.

Not directly related to VBA or Python =)

I know, I was just commenting on the poster's musings about DataNitro and Python/VBA. Great work btw, a really cool product.