HackerTrans
TopNewTrendsCommentsPastAskShowJobs

divyesh_06

no profile record

comments

divyesh_06
·3 năm trước·discuss
The problem with low-code platform is that you are always restricted and can't go beyond what they offer. And someday, you will run across a problem that you can never solve with that platform. But there is a better way to do it.

In my experience Anvil is the fastest way to develop a web apps. It is a framework that lets you do everything including Frontend, Backend and Database using just Python. I started using it when I was a total newbiew to programming and I am still using it.

You can check it out at https://anvil.works

It has a drag and drop designer so you can just drag a component, attach a python function to it and you are done! Even communicating with backend is as simple as calling a python function and passing data as parameters to it.

If you want, you can also implement HTML, CSS or Javascript in it. In fact, Anvil allows you to "steal" javascript apis for browser and implement them in python. You can integrate any javascript library like that.

This means you won't ever have to worry about being stuck.