I'd love to see something like this. I'm an old computer science guy and would love to write software again. I can write plenty of functionality in Python but I don't really want to learn all the JS stuff. I just don't like it. If I could abstract away the details it would be a big help. I'm not going to build anything that requires scale or commercial performance so I can afford to compromise versus the "purity" of…
> ...I'm an old computer science guy and would love to write software again. I can write plenty of functionality in Python but I don't really want to learn all the JS stuff... Back in early 2000s, i used to be more of a front-end dev...but over the years of being more of a manager (or PM or product manager) i stepped away from daily development...So, you know, I lost my touch. But a few years ago when i tried to dip…
Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
171–180 of 329 posts
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#172You could make about a trillion dollars if, instead of asking people to write Python, you just gave them a WYSIWYG and let them build web apps by pointing and clicking like in MS Publisher/Powerpoint. Literally everyone in the world would buy it to make their own web pages. I get that nerds like to write code, but it is really depressing that we still can't just point and click and share content on the internet, we n…
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#173In earlier life, I authored this exact product (including distributed deploy) for a large investment bank and a fintech startup :) This is immensely valuable to a lot of Python devs, especially in finance/quant community. Great work! Edit: The reason why this is so impactful is b/c most users have no idea how to build a react app (along with the circus of build/deploy train one typically entails). They just want a qu…
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#174I love this. I tried to get a small PoC working last week and encountered a bug on a very trivial case (rendering a python list to an unordered list element), so may be a bit early for my blood, but I'm excited to see how this project matures and will continue to follow along!
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#175This sounds fine for a very narrow subset of use cases which follow the Happy Path but a complete disaster for anything else. I mean, come on, there are so many React devs who struggle to get it right so how on earth is a Python abstraction layer going to be any better? Just learn JS.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#176Earlier quoted context omitted.
> ...I'm an old computer science guy and would love to write software again. I can write plenty of functionality in Python but I don't really want to learn all the JS stuff... Back in early 2000s, i used to be more of a front-end dev...but over the years of being more of a manager (or PM or product manager) i stepped away from daily development...So, you know, I lost my touch. But a few years ago when i tried to dip…
Check out htmx.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#177Earlier quoted context omitted.
> ...I'm an old computer science guy and would love to write software again. I can write plenty of functionality in Python but I don't really want to learn all the JS stuff... Back in early 2000s, i used to be more of a front-end dev...but over the years of being more of a manager (or PM or product manager) i stepped away from daily development...So, you know, I lost my touch. But a few years ago when i tried to dip…
I'm in exactly the same boat. Ive managed to keep inntouch with core tools on the backend, but frontend has just withered on the vine, so to speak. Learning all the JS stuff is just too hard when combined with back end, data, auth, layout, display, responsive, etc.
Exactly! Glad to hear I'm not alone in that boat! :-)
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#178That being said, what's with the bad performance? When I go to this page on Mobile: https://pynecone.io/docs/getting-started/introduction
and I press the "increment" button, it lags. It's subtle but would guess it takes over 100ms to respond.
If I mash the button repeatedly, sometimes it will actually lag so bad I can watch it continue to increment to "catch up" after I've stopped pressing.
As a professional full stack with specialization on frontend, this is not something I would find acceptable in boutique products.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#179I love this! This solves a big problem for me, which is writing/packaging/deploying JS/HTML. Question: I see that the ORM assumes a SQL backend. Do you have any plans to support key/value stores, or is it easy to change out the ORM? I'm thinking this would be perfect for deployment into AWS Lambda for the backend, Cloudfront for the front end, and DynamoDB for the data.
Re: Launch HN: Pynecone (YC W23) – Web Apps in Pure Python
#180You should feel really proud of building something so big! That being said, what's with the bad performance? When I go to this page on Mobile: https://pynecone.io/docs/getting-started/introduction and I press the "increment" button, it lags. It's subtle but would guess it takes over 100ms to respond. If I mash the button repeatedly, sometimes it will actually lag so bad I can watch it continue to increment to "catch…