Pricing info? Maybe I'm missing it but I don't see it on the site.
Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
91–100 of 221 posts
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#92I like the idea: I was actually looking at an open source tool that does something similar: combine spreadsheets with python. I do have a question: Similar tools tend to fall down after the code grows to a certain size. Modularity, unit tests, etc. become more useful at this point. I'm wondering if Neptyne will (or does?) support these sorts of features? Edit: Here's a link to the developer docs: https://docs.google.…
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#93When I try to get started on https://neptyne.com/neptyne/_new though, I get a HTTP 403 for the POST to https://neptyne.com/api/tyne_new and it brings be back to the selection screen.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#94This looks really cool. When I try to get started on https://neptyne.com/neptyne/_new though, I get a HTTP 403 for the POST to https://neptyne.com/api/tyne_new and it brings be back to the selection screen.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#95Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#96> You mix Excel style cell addresses (A1, C3) and ranges (B2:B20) Well, that's unfortunate for "power" users - I'd imagine they'd want what excel calls r1c1 mode: https://learn.microsoft.com/en-us/office/troubleshoot/excel/... One of the many valuable lessons from Joel Spolsky "You suck at Excel" (around 8:30 mark): https://youtu.be/0nbkaYsR94c
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#97Pricing info? Maybe I'm missing it but I don't see it on the site.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#98Why choose this over pySpread? https://pyspread.gitlab.io
That looks useful. Of course, one big difference is Neptyne is "in the cloud" versus an app you have to do download.
For some, an advantage rather than just a difference.
Different strokes for different folks, of course.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#99> You mix Excel style cell addresses (A1, C3) and ranges (B2:B20) Well, that's unfortunate for "power" users - I'd imagine they'd want what excel calls r1c1 mode: https://learn.microsoft.com/en-us/office/troubleshoot/excel/... One of the many valuable lessons from Joel Spolsky "You suck at Excel" (around 8:30 mark): https://youtu.be/0nbkaYsR94c
You can access stuff in a different way of course. Each sheet is also a python object, so you can just go Sheet1[20, 20] or Sheet1[10:20] if you like that way better
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#100Why choose this over pySpread? https://pyspread.gitlab.io