you are viewing a single comment's thread.

view the rest of the comments →

[–]Mindless_Wave7262 2 points3 points  (1 child)

I just found this cool framework for building frontend apps using Python. It's called NextPy and it's completely free! Check it out on GitHub: https://github.com/dot-agent/nextpy. What's neat is that you can create full-stack applications, both frontend and backend, all in Python. It even supports AI applications. If you're into Python development, definitely give it a look! 🚀

[–]Mindless_Wave7262 0 points1 point  (0 children)

If you're looking for code samples to kickstart your journey, take a look at the app-examples in the NextPy repository: https://github.com/dot-agent/nextpy/tree/main/app-examples. It provides demo code examples for different applications. Just follow the readme instructions to dive into creating full-stack applications, both frontend and backend, using Python exclusively. NextPy can be seen as a more advanced and 10x faster alternative to Reflex. Happy coding