Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
21–30 of 221 posts
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#22My unsolicited advice (that's probably on your radar anyway) would be to try and get a management consulting firm on board with this. The flexibility this has would be well used there, and you've got lots of people who are engineers stuck using spreadsheets that would be on board with trying something like this.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#23I believe Google Sheets supports programmability using Javascript these days. Is your product fundamentally different? Thanks and all the best.
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#24I believe Google Sheets supports programmability using Javascript these days. Is your product fundamentally different? Thanks and all the best.
With Google Sheets you get a flavor of JS called Apps Script, a flavor of JS with some limitations. Some ways in which our use of Python differ are:
- run Python directly in the spreadsheet cells, not just as an "extension"
- a full runtime in a Jupyter kernel, so you can import and use effectively any Python package, as long as it runs on Linux
- an interactive REPL that gives you a nice test environment, but also a command line of sorts for working with your spreadsheet. (e.g. you can say `A1 = requests.get(URL).json()`) to do a one-off fetch of some data from an API.
Generally speaking we hope to give you a much more powerful/seamless integration between spreadsheet/Python than what you get with Sheets/JS
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#25I had three minutes, clicked tutorial and got a modal asking me to sign up. Left the page.
1. Is this a HN only phenomenon or is there a significant drop-off in general because of the signup requirement?
2. If the drop-off is general, how are you planning to handle AI pay-per-use credit tracking without signup?
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#26It seems a web version of the app has been published in open-source[3] but that too has been EOL.
[1] https://web.archive.org/web/20120211201410/http://www.resolv... [2] https://www.resolversystems.com [3] https://github.com/pythonanywhere/dirigible-spreadsheet
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#27lol, threw in the AI there just in case
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#28Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#29"Supercharge your spreadsheets with Python and AI" lol, threw in the AI there just in case
Re: Launch HN: Neptyne (YC W23) – A programmable spreadsheet that runs Python
#30believe it or not this is my biggest problem with Sheets, and while Excel does better it's still capped at 1M