zlacker

[parent] [thread] 3 comments
1. abakke+(OP)[view] [source] 2019-02-26 21:13:43
As one of those hobbyists, I can say that the thing I wish most for was an easier way of "getting started". I mostly hack around in python, or arduino c, but I really wish that it was easier to write a script and actually give it to someone else, and actually have it run.

The feature I like most about excel, is that it is practically ubiquitous. If I give someone else an excel toy workbook that does something, they can run it without needing to "manage the environment". If I write something in Python/numpy/pandas/Jupyter, it is actually pretty difficult to make it useful to anyone. Portability just makes the whole hobby programming thing much more fun.

replies(1): >>jrib+ox
2. jrib+ox[view] [source] 2019-02-27 02:43:08
>>abakke+(OP)
Depending on what you're doing, a webapp is a great way to deal with the portability issue
replies(1): >>abakke+xy
◧◩
3. abakke+xy[view] [source] [discussion] 2019-02-27 03:01:14
>>jrib+ox
yeah, I hear that, and I also know in my heart that it's right, but I have no business running access control/distributing my code/or hosting it for public consumption. Mostly a "hey, look at this data analysis" or "this is a good way to do this process" kind of things. emailing someone a file was a pretty good workflow for the low-volume script problem. I wish I could just get a python sandbox for GitHub and have them run it all for me.
replies(1): >>ofrzet+5M
◧◩◪
4. ofrzet+5M[view] [source] [discussion] 2019-02-27 06:31:45
>>abakke+xy
Jupyter notebooks could be a way to do what you want: https://jupyter.org/try
[go to top]