Build Web Apps With Nothing But Python

I recently came across a very interesting and useful platform called anvil. Anvil allows you to build and deploy web apps using nothing but Python rapidly.

Building web applications with Python is fast and easy. They have tutorials to show you how to use their services and integrations. Check out their tutorials here.

My favorite thing about anvil is it gives you authentication and authorization services, so you don't have to write your own. The provided services mean you can deploy web apps with authentication very fast without the pain of installing and configuring modules to achieve this.

Another great thing about anvil is you don't need to know any javascript for browser element manipulation, and you don't need to know any SQL for database manipulation; you can do everything using Python!

Examples of apps built using anvil can be seen on their website too by visiting this link.

Check it out, and let me know what you think!