[Python] Setup environment to run python webapps
by sirlinux from LinuxQuestions.org on (#5E7SS)
I created with Vmware workstation an Ubuntu 20.04 server VM in which I also installed LAMP in order to run my little php/mysql projects. It works fine.
I started learning python as well, and I'd like now to develop little webapps which run in my browser (I flask too, I guess), the way I do with my php files.
Unfortunately, I haven't yet understood how to create a python server/environment to run my projects in my browser. I read plenty of articles about that, but each and every of them said somethign different, and, as a result, I am more confused than I was.
Could you help me figure it out please?
Thanks


I started learning python as well, and I'd like now to develop little webapps which run in my browser (I flask too, I guess), the way I do with my php files.
Unfortunately, I haven't yet understood how to create a python server/environment to run my projects in my browser. I read plenty of articles about that, but each and every of them said somethign different, and, as a result, I am more confused than I was.
Could you help me figure it out please?
Thanks