Python Forum
Learned Python Basics, what now?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learned Python Basics, what now?
#11
(Sep-25-2021, 12:47 PM)muzikman Wrote: Is it possible to build a website with Python without the use of one of the Python Frameworks?
How to deploy with WSGI | Django documentation might help with that. I am interested in other descriptions of WSGI for executing Python. A good description of the original CGI is CGI - Common Gateway Interface in The World Wide Web Consortium web site. I have not looked yet but I am interested in finding the simplest sample of WSGI executing a Python script. Even if that is just for educational purposes I think it will help understand the others.

(Sep-25-2021, 02:43 PM)snippsat Wrote: Short history CGI the old way did many understand that could not way be for web in future for Python.
Yes the original CGI is inefficient. The main problem is that it executes each web site in a separate process (in the server).
Reply


Messages In This Thread
Learned Python Basics, what now? - by muzikman - Sep-24-2021, 11:27 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 01:38 AM
RE: Learned Python Basics, what now? - by menator01 - Sep-25-2021, 01:49 AM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 02:34 AM
RE: Learned Python Basics, what now? - by ndc85430 - Sep-25-2021, 07:30 AM
RE: Learned Python Basics, what now? - by muzikman - Sep-25-2021, 12:27 PM
RE: Learned Python Basics, what now? - by ndc85430 - Sep-25-2021, 12:41 PM
RE: Learned Python Basics, what now? - by muzikman - Sep-25-2021, 12:47 PM
RE: Learned Python Basics, what now? - by ndc85430 - Sep-26-2021, 07:48 AM
RE: Learned Python Basics, what now? - by snippsat - Sep-25-2021, 02:43 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 06:03 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 06:30 PM
RE: Learned Python Basics, what now? - by snippsat - Sep-25-2021, 07:07 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-25-2021, 09:49 PM
RE: Learned Python Basics, what now? - by snippsat - Sep-25-2021, 10:23 PM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-26-2021, 12:49 AM
RE: Learned Python Basics, what now? - by SamHobbs - Sep-26-2021, 04:29 PM
RE: Learned Python Basics, what now? - by muzikman - Sep-27-2021, 03:39 PM
RE: Learned Python Basics, what now? - by Danniel - Oct-10-2021, 07:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PYserial basics? bako 10 5,142 Apr-26-2020, 09:15 PM
Last Post: bowlofred
  [split] Debugging scripts basics tultalk 5 3,113 Apr-25-2020, 01:02 AM
Last Post: menator01
  Debugging scripts basics bako 8 3,553 Apr-24-2020, 06:18 AM
Last Post: Larz60+
  Problem with basics Wraith2102 2 2,013 Jun-17-2019, 06:51 PM
Last Post: perfringo
  Dictionary Basics pythonjm 5 3,545 Nov-26-2018, 11:11 PM
Last Post: pythonjm
  What to do after learning python basics xyzabc12310000 1 2,862 May-20-2018, 11:43 PM
Last Post: micseydel
  [Python Basics] How To Handle Data For This Project? digitalmatic7 3 3,491 Nov-17-2017, 01:10 PM
Last Post: digitalmatic7
  I finsh the basics of python but I'm stuck on how to link code to GUI Qubayel 5 4,372 Apr-04-2017, 07:18 AM
Last Post: Ofnuts
  Python basics about __init__ and return statement wk14 5 6,016 Oct-25-2016, 04:31 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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