Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python web framework
#1
Hello everyone,

I am working on creating new web framework using python, but I don't exactly know where to start.

I read too many articles on the internet some of them talks about using wsgi or asgi, now what I understood is that I need web server like Nginx or apatchi but I also need something like wsgi to allow the web application to contact with the server.

Another problem I am still having is that I don't know how to run python files (.py) on the server, I don't even know if this is possible, for example : when the user enter this link : www.mysite.com/mylist a file name mylist.py should invoked and return html code to the browser.

Can any one guide me with this?
Thanks
Reply


Messages In This Thread
Python web framework - by Revenant - Jan-04-2020, 01:51 AM
RE: Python web framework - by buran - Jan-04-2020, 04:20 AM
RE: Python web framework - by Revenant - Jan-04-2020, 05:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Biggest community Python Web framework Wido 2 2,316 Mar-29-2021, 09:29 AM
Last Post: Naheed
  Pytonik The python MVC framework pytonik 0 2,042 Jan-29-2020, 05:41 PM
Last Post: pytonik
  Application like simpler facebook wall in python framework seidman 1 3,319 Mar-11-2018, 05:07 PM
Last Post: wavic
  I'm asking about combining Vue.js and the Python framework. passion044 1 3,102 Mar-01-2018, 05:45 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020