Python Forum
Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WSGI vs CGI
#7
(Jun-01-2017, 01:17 AM)Skaperen Wrote: i'm going to need to know what to do different than the old way.
read a tutorial on whatever framework you decide to use.
(Jun-01-2017, 01:17 AM)Skaperen Wrote: i apparently didn't need a framework before.  why do i need one now?  if it can offer improvements, then how?
Its the same as why we use requests module instead of using urllib, or why we use python at all instead of C. Things are built in and we dont have to reinvent the wheel. sure you can build anything with WSGI but you are going to have to build things that Django/Flask has built in. http://python-guide-pt-br.readthedocs.io...arios/web/
Recommended Tutorials:
Reply


Messages In This Thread
WSGI vs CGI - by Skaperen - May-29-2017, 06:50 AM
RE: WSGI vs CGI - by snippsat - May-29-2017, 10:38 AM
RE: WSGI vs CGI - by Skaperen - May-31-2017, 02:19 AM
RE: WSGI vs CGI - by snippsat - May-31-2017, 01:56 PM
RE: WSGI vs CGI - by metulburr - May-31-2017, 04:50 PM
RE: WSGI vs CGI - by Skaperen - Jun-01-2017, 01:17 AM
RE: WSGI vs CGI - by metulburr - Jun-01-2017, 01:49 AM
RE: WSGI vs CGI - by Skaperen - Jun-01-2017, 02:23 AM
RE: WSGI vs CGI - by wavic - Jun-01-2017, 05:04 AM
RE: WSGI vs CGI - by Skaperen - Jun-01-2017, 05:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mod-wsgi in apache Skaperen 4 4,454 Jul-10-2017, 01:31 AM
Last Post: Skaperen
  mod-wsgi Skaperen 2 3,857 Jun-06-2017, 05:12 AM
Last Post: Skaperen
  WSGI working examples Skaperen 1 3,510 May-29-2017, 10:45 AM
Last Post: snippsat
  trying to figure out WSGI Skaperen 10 7,937 Apr-30-2017, 10:00 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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